Although I used it a lot, I feel less and less need for such an advanced way to manage my tabs. Aside from my full-time job, I have not much time left to put in this project.
Even, if this project ends, I thank all of you that used the extension or helped me to make this extension so great.
The project remains:
- Available: you continue to use it
- Open-source: you are free to fork it or reuse the code
Alternatives:
- Firefox: Simple Tab Groups
- Actively maintained and with more features
- But no more pinned tabs inside groups and the double window to manage the tabs
- Chrome: Tab Session Manager (also compatible FF)
If you are curious about the experience of developing an open-source extension, you will enjoy the article about 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 reopened without caring about your session. Moreover, you can easily search, active, move, save and remove your groups and tabs.
Check the website for more information (video, explanations, guides...)
- I will gladly help and guide anyone willing to maintain and improve the extension.
- Thus, any PR are welcomed.
- I will mark all the issues I am ready to include in the project.
The only conditions are:
- the tests should pass
- the lint should have no error
- the compatibility should be kept with the previous features
- it should work on both Chrome and Firefox (or for specific browser features, it should not disturb the incompatible browser)
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.
- French (v0.6.3)
- German (v0.6.0)
- Spanish (v0.7.1)
- Russian (v0.4.1)
- Taiwanese Mandarin (v0.6.5 Partial)
- New language
If you find a bug, please open an issue.
- Node >= 8
- Firefox Dev Edition (if you want to use web-ext)
build
the extension in dev mode is built to thebuild/
folderwatch
Same than thebuild
command but recompile the modified filesbuild:prod
the extension ready for production is built to therelease/build/
folderzip
Create theXPI
andZIP
files inrelease/
from the production buildrelease
Do thebuild:prod
andzip
commandslint
show only errorsclean
Remove the foldersbuild/
andrelease/
firefox:dev
run firefox loaded with the dev extensionfirefox:prod
run firefox loaded with the production extension
process.env.IS_PROD
is only true in the production code, soUtils.DEBUG_MODE
is true only in the dev code- Tests are only built in the dev version
- ZIP and XPI files are the same than
release/build/
Translation:
- German (thanks @bitkleberAST)
- Russian (thanks @Александр)
- Spanish (thanks @lucas-mancini)
- Taiwanese Mandarin (thanks @rzfang)
- French (thanks @ko-dever)
Thank you all of you for helping me improving and fixing the extension :)