An extension to improve my Slack experience. You can find it for Chrome and Firefox. Find instructions to install it on Opera here.
I'm developing new versions in private... if you're curious why, read my blogpost about it. If you want to fork and continue working on it, make sure you start your work on commit 5da4bd1b6206b5f6d303bae15f8c6f2e4bf1c3ff (since the last commit disables a bunch of things to explain people that the extension no longer works).
Check all the features on its website :)
You need to have nodejs and npm installed. Once you do, just cloning the repo and running
npm install && npm run build
will generate:
- A
dist/chrome-opera
folder. You can load it unpacked on Chrome or Opera. - A
dist/ff
folder. You can load it temporarily on Firefox.