Skip to content

Firefox and Chrome extension for sending the current Google Drive folder id to the gogdl-ng backend.

License

Notifications You must be signed in to change notification settings

gogdl-ng/gogdl-ng-webext

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gogdl-ng-webext

forthebadge forthebadge

GitHub license

Built with ❤︎ by LegendaryB


This extension injects a button to the Google Drive WebUI. When clicking on it the current folder id is send to your gogdl-ng instance. It was developed and tested on the latest version of Mozilla Firefox and Chrome.

📝 Requirements

  • A configured and running instance of gogdl-ng.

🚀 How to use it?

Firefox

  1. Open the background.js file.
  2. Modify the value of the api variable on line 1 and add the address of your gogdl-ng instance.
  3. Follow this tutorial.

Chrome

  1. Open the background.js file.
  2. Modify the value of the api variable on line 1 and add the address of your gogdl-ng instance.
  3. Follow this tutorial.