rzfang / sync-tab-groups

Sync Tab Groups is an easy way to manage all your tabs. You organize them depending on a topic by group. Groups can be closed and reopend without caring about your session. Moreover, you can esily search, active, move, save and remove your groups and tabs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sync Tab Groups

Sync Tab Groups is an easy way to manage all your tabs. You organize them depending on a topic by group. Groups can be closed and reopend without caring about your session. Moreover, you can esily search, active, move, save and remove your groups and tabs.

Check the website for more information (video, explanations, guides...)

Try it now on Firefox

Try it now on Chrome

Contributing

Translation

I would gladly accept other translations. Select the link related to your language and translate the different messages. Download the resulting files and send it me (Email) or with a PR.

Bugs

If you find a bug, please open an issue.

Build

Makefile

  • make js compile all .jsx -> .js
  • make watch launch a daemon that compile all .jsx -> js and do it again when you save a .jsx file
  • make watch REBUILD= Idem as previous but recompile all .jsx files first
  • make stop-watch kill previous daemon
  • make release Create the extension in release mode, a zip and a xpi in build/
  • make release CHROME=1 idem but for chrome purpose
  • make or make all Compile all .jsx and export the release
  • make clean Remove files built in build/ only

Release mode

  1. included scripts are in .production.min.js instead of .development.js
  2. Utils.DEBUG_MODE is set to false
  3. Extension in build doesn't include
  • .jsx files
  • .development.js libraries
  • tests files
  1. ZIP and XPI files are mirror of extension in build/

Credits

Translation:

  • @bitkleberAST for the German
  • Александр for the Russian
  • @lucas-mancini for the Spanish

Bootstraped from this project: denschub/firefox-tabgroups

Website Repository

Thank you all of you for helping me improving and fixing the extension :)

About

Sync Tab Groups is an easy way to manage all your tabs. You organize them depending on a topic by group. Groups can be closed and reopend without caring about your session. Moreover, you can esily search, active, move, save and remove your groups and tabs.

License:MIT License


Languages

Language:JavaScript 95.3%Language:CSS 3.9%Language:HTML 0.8%