borsini/chrome-otto-tabs
Smart tabs management
Otto Tabs 
Smart tabs management
As a developper I often find myself struggling with too many open tabs.
Clicking on a link in an email or from any chat software creates each time a new tab. On top of this, add some Google, Wikipedia Github or Stack Overflow tabs and your browser looks like a mess ๐ค.
It needs regular manual intervention to keep a clean browser. That is why I created Otto Tabs.
Compatibility
Otto Tabs works with all chromium based browsers that implement the chrome.tabs api.
Tested on Chrome 124.0.6367.119, Opera 109.0.5097.68, Brave 1.65.126
Features
Those feature can be toggled on and off. By default the first two are enabled.
Group/stack tabs automatically
Tabs from same domain are grouped next to each other.
Remove duplicate tabs
Tabs with the same url are closed. Only last open tab is kept.
Remove older tabs
No more than 5 tabs from the same domain are open at the same time.
Feedback
Feel free to fill a ticket here !
Want to build and install the extension yourself ?
- Install yarn
- Download or clone the project
- Using a terminal go to the project root folder
- Run
yarn install. This will fetch the project dependencies. - Run
yarn archive. This will execute the unit tests and create abuildfolder. This folder contains all the extension files. - Go to either chrome://extensions, opera://extensions or brave://extensions according to your browser
- Install the extension as unpacked by selecting the
buildfolder
dz


