Skip to content

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

Notifications You must be signed in to change notification settings

piroor/sync-tab-groups

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

I would gladly accept other translations. Add it in _locales/, while following the en (English) file. Change message and description parts only.

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.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 97.6%
  • CSS 1.6%
  • Other 0.8%