andre-st / chrome-tabmanager

Extension to get along with hundreds of scattered browser tabs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bazillion Tabs Manager for Google Chrome, v1.2.5

Maintenance

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?

Program Features and Screenshots

  • 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 (Alt text) 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

    Screenshot

  • 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

    Screenshot

    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

    Screenshot

  • 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 (Alt text) 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)

    Screenshot

  • combines all the above named operations under 1 browser action icon (Alt text), 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

    Screenshot

Installation (OS-independent)

End Users:

  1. not available in Chrome's Web Store at the moment (req. credit card to pay a reg fee)
  2. you cannot easily install CRX-files permanently from other sites
  3. follow "developers" instructions

Developers:

  1. clone Git repository or save as Zip-file
  2. Chrome > Settings > Extensions > [x] Developer mode (upper right corner)
  3. Chrome > Settings > Extensions > click Load unpacked extension
  4. browse to the source directory of the downloaded, unarchived release and confirm

Feedback:

Use GitHub or see AUTHORS.md file

See also

About

Extension to get along with hundreds of scattered browser tabs

License:GNU General Public License v3.0


Languages

Language:JavaScript 68.1%Language:HTML 13.5%Language:CSS 10.4%Language:Makefile 8.0%