Tagit is an extension which allows you to organize content in the WEB using tags. Right now it only supports comments on pikabu.ru.
- Install on Firefox - https://addons.mozilla.org/en-US/firefox/addon/tagit/
- Install on Chrome - https://chrome.google.com/webstore/detail/tagit/bomlmlmdlieoidkcnppnekdofpjljoch
- IMPORTANT for Firefox users. Set
keepUuidOnUninstallandkeepStorageOnUninstalltotrueinabout:configto prevent Firefox from deleting database when you delete temporarily version of this extension https://stackoverflow.com/questions/58284797/how-to-prevent-firefox-from-removing-my-extensions-data-when-i-remove-debug-ver - Clone this repository
- install dependencies
npm install - Run watch.sh
./watch.sh - Load
./build/manifest.jsonusing your favorite browser(Firefox or Chrome)
- Clone this repository
- Install dependencies
npm install - Build
./build.sh
It will generate next files and directories:
build/- production version of the extensiontagit.zip- zipped production version of the extensiontagit_src.zip- source code
Just fix/implement what you want and make a pull request. Thanks :)