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
Then run the following:
yarn install
to install dependencies.yarn dev
to start the development serveryarn build-chrome
to build chrome extensionyarn build-ff
to build firefox addon
- Go to the browser address bar and type
chrome://extensions
- Check the
Developer Mode
button 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-firefox
as temporary Add-on. - Choose the
manifest.json
file in./dist
-
Run
yarn run build-chrome
-
Create ZIP of
./dist
-
Navigate to Chrome Web Store Developer Dashboard
-
Upload new version to Dashboard
-
yarn run build
builds the extension for all the browsers toextension/BROWSER
directory respectively.
- Run
yarn 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.