Chrome extension to sort, split and merge, search, count and suspend tabs in your browser. This aims at users who let bazillion tabs and windows pile up when browsing the web. What's new?
-
zero configuration
-
automatically move tabs to windows with a higher amount of similar tabs, e.g., the 2 YouTube tabs in the current window to a window with 15 YouTube videos; works for all window tabs at once () and for individual tabs (shortcut or context menu): "You're wrong here, go find your window"
-
sort tabs by hostname first and title second, which groups scattered YouTube-videos, Goodreads-books etc. next to each other
-
split windows, e.g., along such groups or automatically at the center
-
merge windows back individually, if SHIFT-select-and-drag-and-drop is laborious (keyb+mouse) or not available on some X11 WMs; "merge all windows" was removed as I never used it
-
simple tab and window counter inclusive
-
search tabs with a given keyword in their titles (smartcase: if a pattern contains an uppercase letter, it is case sensitive, otherwise, it is not); lists tabs from the active window first
Special Command Matches :de tabs with likely german titles, not perfect but good enough :au tabs with active audio content ... ... -
split highlighted tabs into a separate window; use search function to highlight tabs (press Return-key), e.g., separate "playlists" from actual video pages
-
fully operable with The Great Suspender extension (e.g. sort tabs)
-
suspend a single tab (shortcut/context menu) or all tabs in the current window () to free up resources (This replaces the Great Suspender extension with a lightweight and more robust approach: Uses Data-URLs to avoid loss of suspended tabs if extension is uninstalled/disabled for some reason, e.g. by Google due to security concerns, as happened with The Great Suspender in June 2017)
-
combines all the above named operations under 1 browser action icon (), thus less clutter next to Chrome's omnibox
-
lightweight and simple UI
-
multilingual (English language file only at the moment)
-
supports the "Keyboard shortcuts" UI in chrome://extensions (from there, scroll to the bottom); by default, there are no shortcuts designated
- not available in Chrome's Web Store at the moment (req. credit card to pay a reg fee)
- you cannot easily install CRX-files permanently from other sites
- follow "developers" instructions
- clone Git repository or save as Zip-file
- Chrome > Settings > Extensions > [x] Developer mode (upper right corner)
- Chrome > Settings > Extensions > click Load unpacked extension
- browse to the source directory of the downloaded, unarchived release and confirm
Use GitHub or see AUTHORS.md file