/gogdl-ng-webext

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

Primary LanguageJavaScriptMIT LicenseMIT

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.