Skip to content

DevAlone/tagit

Repository files navigation

tagit

Tagit is an extension which allows you to organize content in the WEB using tags. Right now it only supports comments on pikabu.ru.

How to just use it

How to debug locally

  1. IMPORTANT for Firefox users. Set keepUuidOnUninstall and keepStorageOnUninstall to true in about:config to 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
  2. Clone this repository
  3. install dependencies npm install
  4. Run watch.sh ./watch.sh
  5. Load ./build/manifest.json using your favorite browser(Firefox or Chrome)

How to build a production version

  1. Clone this repository
  2. Install dependencies npm install
  3. Build ./build.sh

It will generate next files and directories:

  • build/ - production version of the extension
  • tagit.zip - zipped production version of the extension
  • tagit_src.zip - source code

How to contribute

Just fix/implement what you want and make a pull request. Thanks :)

Mirrors