Go to file
2023-06-18 19:20:27 +00:00
scripts Files added to repository 2023-06-18 21:12:32 +02:00
background.js Files added to repository 2023-06-18 21:12:32 +02:00
content.js Files added to repository 2023-06-18 21:12:32 +02:00
estilo.css Files added to repository 2023-06-18 21:12:32 +02:00
icon16.png Files added to repository 2023-06-18 21:12:32 +02:00
icon32.png Files added to repository 2023-06-18 21:12:32 +02:00
icon48.png Files added to repository 2023-06-18 21:12:32 +02:00
icon128.png Files added to repository 2023-06-18 21:12:32 +02:00
index.html Files added to repository 2023-06-18 21:12:32 +02:00
manifest.json Files added to repository 2023-06-18 21:12:32 +02:00
README.md Update file README.md 2023-06-18 19:20:27 +00:00
script.js Files added to repository 2023-06-18 21:12:32 +02:00

DataBank-Extension

  1. Clone this repository
git clone http://git.wacanal.cloud/ernie/databank-extension.git
  1. Change lines 14 and 15 in file script.js with the IP and port where the DataBank API server is listening
const baseDominio = 'xxx.xxx.xxx.xxx'; 
const portTLS = 'xxxx';
  1. Open Google Chrome and go to the option "Extensions->Manage Extensions"
  2. Once in the extension manager, select "Load unpacked"
  3. Select the cloned repository