Quick Tabs
Item logo image for Quick Tabs

Quick Tabs

Featured4.5(

538 ratings

)
Item media 4 screenshot
Item media 5 screenshot
Item media 1 screenshot
Item media 2 screenshot
Item media 3 screenshot
Item media 4 screenshot
Item media 5 screenshot
Item media 1 screenshot
Item media 2 screenshot
Item media 1 screenshot
Item media 2 screenshot
Item media 3 screenshot
Item media 4 screenshot
Item media 5 screenshot

Overview

A keyboard centric most recently used (MRU) ordered page list plugin with seek and switch functionality inspired by IntelliJ IDEA

Quick Tabs is a tab management browser extension for the Google Chrome web browser based on the "Recent Files" quick selector built into the excellent IntelliJ IDEA by Jetbrains. Quick Tabs allows you to move quickly between recently used tabs without requiring the use of your mouse, locate and switch to tabs as you need them with minimal keystrokes even when you have large numbers of open tabs. Visit the [Quick Tabs](https://chrome.google.com/extensions/detail/jnjfeinjfmenlddahdjdmgpbokiacbbb) google extensions page to install and try it out ... # FEATURES * Lists all the open tabs in Chrome across all of your open windows * Tabs are listed in most recently used (MRU) order and excludes the current tab (since you're switching tabs) * Fuzzy search your bookmarks: * Bookmarks are automatically searched when only a few tabs match your search string * Add a space at the start or end of your search string to search bookmarks along with tabs * Start your search with `/b` or add **two spaces** at the start or end of your search string to search only bookmarks * delete bookmarks directly from the search results by clicking the 'x' * Fuzzy search your browser history: * Start your search with `/h` or add **three spaces** at the start or end of your search string to search browser history * Find noisy tabs by searching for `<))` * Chrome keyboard shortcuts (configured using the keyboard shortcuts dialog at the bottom of the Chrome Extensions page): * Shortcut key to launch popup window from most tabs (default ctrl+e, cmd+e on Mac, ctrl+q on Linux). * Select previous tab without loading the popup window (unmapped by default) * Select next tab without loading the popup window (unmapped by default) * IMPORTANT the 'next tab' shortcut is only available for a second or so (while the badge text is orange) before the current tab is moved to the top of the MRU list. * Duplicate the current tab without (unmapped by default) * Tab list popup shortcut keys: * Select previous tab (same as Chrome keyboard shortcut or up arrow) * Select next tab (same as Chrome keyboard shortcut or down arrow) * Switch to selected Item (enter) * Duplicate the selected item and switch to it (same as Chrome keyboard shortcut, unmapped by default) * To close selected tab (default ctrl+d, see extension options) * Displays the number of tabs you currently have open in all your Chrome windows * Quickly search and select tabs by typing letters in the page title or url * Track recently closed tabs and allow them to be searched and restored * Popup customization using css # COMMANDS Commands start with a `/` and can be typed in the popup window search box to tweak the search behaviour or perform actions on tabs; ### Query Commands * `/b <query>` - search bookmarks * `/h <query>` - search browser history * `/w <query>` - search the tabs in the current window only * `/p <query>` - search pinned tabs only * `/g <query>` - search tabs that belong to the same tab group as the current tab (or no tab group if it's not in a group) ### Search Types You can now change the search type for a single search, this can help if you have a specific search string in engine combo in mind. * `/fuzzy <query>` - use the fuzzy search engine for this query only * `/fuse <query>` - use the fuse search engine for this query only * `/regex <query>` - use the regex search engine for this query only * `/subs <query>` - use the subs search engine for this query only ### Tab Management Tab management commands all accept RegExp search queries. * `/close <query>` - search for and close tabs * `/merge <query>` - merge tabs into the current window * `/split <query>` - split tabs and move them into a new window * `/reload <query>` - reload all the tabs in the search result * `/mute <query>` - mute the tabs in the search result * `/unmute <query>` - unmute the tabs in the search result * `/group <query>` - create new tab groups or move tabs into groups using the search results # PERMISSIONS Quick Tabs requires the following: * **Read and change your browsing history**: _read only_ access is required to record your open tabs and search browser history. * **Read and change your bookmarks**: _read/write_ access is required to search, display and remove (by clicking the 'x' in the results list) bookmarks. # SCREENSHOTS #### Quick Tabs ready for action. ![Popup Screenshot](screenshots/in_action.png?raw=true) #### Tab and bookmark search. ![Search Screenshot](screenshots/searching_tabs.png?raw=true) #### History search. ![Search History](screenshots/searching_history.png?raw=true) Search your browser history by starting your search with '/h ' or adding 3 spaces to the end of your search query. #### Decide what to show. ![Search History](screenshots/go_minimal.png?raw=true) #### Custom CSS styling. ![Search Screenshot](screenshots/custom_css.png?raw=true) In this case https://userstyles.org/styles/99938/better-styling-for-chrome-extension-quick-tabs by @Bunnyslippers. See the [./3rdParty/css](./3rdParty/css) directory. # SOURCE The source code for this extension is available on [github](http://github.com/babyman/quick-tabs-chrome-extension), please feel free to inspect it before you install this extension, especially as I am asking permission to interact with your computer and its private data. You can also install it manually if you want to be certain that the source code on github is directly what you install. Note, this will NOT automatically update the extension when bugs are fixed and features are added. In your terminal, `cd` to the folder you want to clone it to, and run `git clone https://github.com/babyman/quick-tabs-chrome-extension`. Then in Google Chrome, click `Window - Extensions`, click the checkbox called "Developer Mode", and click the "Load unpacked extension" button. Navigate to the cloned project, and select the "quick-tabs" folder. You now have the plugin loaded as a developer. Again, this will NOT automatically update the extension when bugs are fixed and features are added. # FEEDBACK AND BUGS Please report all your valuable feedback, feature requests and bug reports on the github [issues page](http://github.com/babyman/quick-tabs-chrome-extension/issues) for this extension. # AND FINALLY If you find Quick Tabs useful and want to buy me a coffee, I really like coffee :D ... [![ko-fi](https://www.ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/V7V71963F) # RELEASE NOTES 2021.6.29 - merged PR #349, support deleting bookmarks from the results list, thanks @shihshen. PR #351, assign a window specific class to result list items, thanks @kjelly. 2021.6.16 - merged PR #344, added support to order tabs by URL, thanks @armstrongli. PR #347 added new native chrome css, thanks @piyush1104. 2021.3.21 - merged PR #341, Tab order update delay of 0 ms is not respected, thanks @legate. Fix an issue loading saved shortcut keys and set the badge background color to red when debug == true, fix a 10-year-old Yellow Argon Web Store keyword violation because Quick Tabs has nothing to do with `search` or `tab` ![VIOLATION!](screenshots/keyword_violation.png?raw=true) 2021.1.31 - merged PR #333, option to enter custom debounce delay value, thanks @goran-zdjelar, add duplicate tab keyboard shortcut, add 2 new group commands `/g` to search current tabs group only and `/group` to create groups and move tabs into groups 2020.9.8 - merged pull request #330, fix for issue that some undefined elements, thanks @jaekyeom (refs #326). 2020.6.30 - upgrade jQuery (fixes #318) 2020.6.3 - fix bug #315 adding spaces to search bookmarks and histories no longer working 2020.5.31 - merge pull request #314 to fix undefined tabs, thanks @NicoWeio (refs #251, #310, #275, #313). Added back the space prefix to search bookmarks and history, fixes #311, support searching pinned tabs only `/p `, fixes #290 2020.3.10 - combined the code that handles the `no tabs match` keyboard and empty tab list triggers to behave more consistently, fixes #302 2020.1.26 - bug fix, "Can't switch to "discarded" tabs" fixes #300 2020.1.25 - merge pull request #211, "add option to order tabs in window order" thanks @gregsadetsky and request #301, "Fix command key combination issue in popup" thanks @powpowshen also switch search type used by commands from substr to regexp, see #299. 2020.1.18 - bug fix, "when no tabs match" stopped working, fixes #298 2020.1.13 - call .stopPropagation() in click event handlers, refs #295, add debouncing to improve the responsiveness of the UI when entering queries, refs #297 2020.1.8 - refined tab moving options, see 'Only move tabs when switched via the extension popup', fixes #296 2020.1.5 - add support to keep window tabs in MRU order with the 'Move tab to leftmost position on switch' option see #174 ** See GitHub for the complete release history ** # ACKNOWLEDGEMENTS Inspired by http://www.jetbrains.com/idea/ Icon image based on photo by Ged Carroll found at http://www.flickr.com/photos/renaissancechambara/3380657988/ Blank Icon by Deleket (Jo) http://deleket.deviantart.com/

4.5 out of 5538 ratings

Google doesn't verify reviews. Learn more about results and reviews.

Review's profile picture

Anton SemenchenkoMar 8, 2024

Super

Review's profile picture

Ben MehlingMar 7, 2024

I've been using QuickTabs for years. While google has added quick tab switching natively, QuickTabs adds the bookmark and recently closed tabs options, which are awesome. Be sure to check the documentation on the support site -- you'll find gems like the ability to search history (prefix your search with "/h") and find tabs playing audio: "<))"

Review's profile picture

Tomas CayuelasMar 5, 2024

Amazing!

Details

  • Version
    2021.6.29
  • Updated
    June 30, 2021
  • Offered by
    bAbymAn
  • Size
    131KiB
  • Languages
    English
  • Developer
    Email
    quicktabs.extension@gmail.com
  • Non-trader
    This developer has not identified itself as a trader. For consumers in the European Union, please note that consumer rights do not apply to contracts between you and this developer.

Privacy

The developer has disclosed that it will not collect or use your data.

This developer declares that your data is

  • Not being sold to third parties, outside of the approved use cases
  • Not being used or transferred for purposes that are unrelated to the item's core functionality
  • Not being used or transferred to determine creditworthiness or for lending purposes

Support

For help with questions, suggestions, or problems, visit the developer's support site

Related

Switch Last Tabs

4.3(268)

Use the shortcut <Alt + Q> (or define your own) to switch between your two last used tabs. Requires a one-time payment.

Tablight

2.1(38)

Hot key (Cmd/Ctrl + O) that pulls up spotlight-like interface for open tabs.

Saka

4.5(34)

Saka - elegent tab search, selection, and beyond

Tab Manager v2

4.1(45)

Quickly and conveniently manage your open tabs

QuicKey – The quick tab switcher

4.8(89)

Add keyboard shortcuts to switch tabs with a Quicksilver-style search or a most recently used menu

Tabs Outliner

4.5(3.2K)

The Next Generation Session Manager; A Really Working Too Many Open Tabs Solution; And Your Browsing Notebook.

Ctrl+Tab MRU

3.5(114)

Switch between tabs in the most recently used order, can be configured to use Ctrl+Tab as a shortcut

Tab Ahead

4.8(70)

Tab Ahead lets you type ahead to quickly find open tabs by title and URL.

Quick Tab

4.2(98)

A quick way to find the tab you're looking for when you have lots of them open.

Tabbr: Tab Manager

4.0(50)

Search your tabs.

Keepin' Tabs – tabs manager

4.5(89)

Manage your tabs.

CLUT: Cycle Last Used Tabs

4.6(217)

Cycle through last used Chrome tabs using keyboard shortcut.

Switch Last Tabs

4.3(268)

Use the shortcut <Alt + Q> (or define your own) to switch between your two last used tabs. Requires a one-time payment.

Tablight

2.1(38)

Hot key (Cmd/Ctrl + O) that pulls up spotlight-like interface for open tabs.

Saka

4.5(34)

Saka - elegent tab search, selection, and beyond

Tab Manager v2

4.1(45)

Quickly and conveniently manage your open tabs

QuicKey – The quick tab switcher

4.8(89)

Add keyboard shortcuts to switch tabs with a Quicksilver-style search or a most recently used menu

Tabs Outliner

4.5(3.2K)

The Next Generation Session Manager; A Really Working Too Many Open Tabs Solution; And Your Browsing Notebook.

Ctrl+Tab MRU

3.5(114)

Switch between tabs in the most recently used order, can be configured to use Ctrl+Tab as a shortcut

Tab Ahead

4.8(70)

Tab Ahead lets you type ahead to quickly find open tabs by title and URL.

Google apps