Hi HN,
I just published version 2 of my tab grouping extension, Tabius. A major redesign - I built it from the ground up consisting of Typescript, Preact, and Vite. More importantly, the project is now open source!<p>Tabius is a browser extension that enhances the tab grouping feature of Chromium based browsers. It is automatic but you can also create custom rules.
The extension is packed with useful features like:<p>- Automatically create new tab groups when you open a link in a new tab.
- Auto Collapse inactive tab groups.
- Limit the browser to only create groups if the new tab matches the original tab's domain.
- Create custom tab grouping rules: always create tab groups with a specific name and color from your favorite websites!
- Save your favorite tab groups and restore them for later use!
- Don't want to create tab groups from a specific site? Create a blacklist from the settings or add the site to the blacklist right from the toolbar!
- Option to close an existing tab group when there is only 1 tab left in it.
- Limit maximum number of tabs allowed in a group.
- Automatically name tab groups based on domain/subdomain or the full URL.
- View current tab groups and act upon them by clicking on the extension icon right from the toolbar.
- Sync all your settings, tab groups, and custom lists with browser.
- ..and many more features.<p>It's a small utility that I use daily and you might find it useful. Any suggestions or pull requests are welcome :)