Browser extension to check tasks directly from your Trello boards. ☑️🚀
🔴 Note: The corresponding extension on Chrome Web Store was acquired on June 5th, 2023. It’s now maintained by a different developer, in a different repository.
You can still install the previous version as a a user-script, in your favorite browser.
📺🛠 You can watch on YouTube how I developed this Chrome Extension: Livecoding Sessions.
Note: Version number is bumped and the extension is published to Chrome Web Store automatically by semantic-release
, run on CI after each commit on the main
branch. Read release.config.js
for more information.
This Chrome Extension is open source and free to use. It includes features and fixes proposed by several contributors. Pull requests are welcome, especially on prioritized bugs and feature requests. Please don’t forget to read CONTRIBUTING.md first.
Donations are not expected but always appreciated. 🤗
$ git clone https://github.com/adrienjoly/chrome-next-step-for-trello.git
$ cd chrome-next-step-for-trello
$ nvm use # switches to the version of Node.js specified in the .nvmrc file
$ npm install # installs development dependencies
$ npm run verify # checks for errors and code style inconsistencies
chrome://extensions
chrome-next-step-for-trello
directory where you setup the projectchrome://extensions
This process is automated, as specified in .github/workflows/ci.yml
.