A browser extension for Trello
As the extension is not published, the installation takes a bit more time, but is not too complex.
In a terminal, clone the repository:
git clone https://github.com/mawrkus/trello-browser-extension.git
(Or you can also download the code directly by clicking on the "Code" > "Download ZIP" button in GitHub and unzip it in a "brave-chrome-trello-extension" folder on your computer)
-
Go to this "url": chrome://extensions (or brave://extensions)
-
Activate the "Developer mode" and click on "Load unpacked":
-
Go to the folder where you've cloned the extension and click "Select". The extension is now installed...
-
...and its icon appears in the browser's toolbar:
The installation process is similar, but starts at this "url": about:debugging#/runtime/this-firefox. After clicking on "Load Temporary Add-on...", just select the file "manifest-firefox.json".
For more information: https://firefox-source-docs.mozilla.org/devtools-user/about_colon_debugging/index.html
First you'll need an API key and token. In order to obtain them, login to Trello then visit https://trello.com/app-key/
Once obtained your API key and token, click on the extension icon in the browser's toolbar to save them:
Once saved, right-click on the page to open the contextual menu and click on "Refresh all boards":
After some time, you should be notified that your boards were successfully loaded:
Now you can right-click on any page and choose the board/list you want the new card to be added to:
Et voilà! 🎉