Note
This extension is no longer actively maintained. I no longer use Asana. Check out this actively maintained fork of the project.
A browser extension to automatically expand comments and threads in Asana.
Do you also hate to click on those "See more" links in Asana, just to see the last sentence of a longer comment? Or did you also miss an important comment in a longer comment thread in an Asana Task?
This extension solves this problem my automatically clicking on those links whenever you open a task with many comments or when a comment is longer than 300 characters.
Read more about why this extension exists on my blog.
Ensure you have
- Node.js 18 or later installed
Then run the following:
npm run installto install dependencies.npm run devto start the development servernpm run build-chrometo build chrome extensionnpm run build-ffto build firefox addon
- Go to the browser address bar and type
chrome://extensions - Check the
Developer Modebutton to enable it. - Click on the
Load Unpacked Extension…button. - Select your extension’s extracted directory.
- Load the Add-on via
about:debugging#/runtime/this-firefoxas temporary Add-on. - Choose the
manifest.jsonfile in./dist
-
Run
npm run build-chrome -
Create ZIP of
./dist -
Navigate to Chrome Web Store Developer Dashboard
-
Upload new version to Dashboard
-
npm run buildbuilds the extension for all the browsers toextension/BROWSERdirectory respectively.
- Run
npm run build-ff - Create Zip of
./dist - Navigate to addons.mozilla.org
- Upload new version
Please see CHANGELOG for more information on what has changed recently.
Please review our security policy on how to report security vulnerabilities.
The MIT License (MIT). Please see License File for more information.