BrowserPowers
Browse ExtensionsPower PacksTop ListsWhat Are Extensions? Log In Register
Browse ExtensionsPower PacksTop ListsWhat Are Extensions? Log In Register
Quick Tabs icon

Quick Tabs

by bAbymAn

Productivity tab-management keyboard-shortcuts mru search productivity bookmarks history ide
Quick Tabs icon

Quick Tabs

by bAbymAn

Productivity tab-management keyboard-shortcuts mru search productivity bookmarks history ide

Featured in:

The 12 Best Bookmark Management Extensions
Screenshot 1
Screenshot 2
Screenshot 3
Screenshot 4
Screenshot 5

Quick Look

Quick Tabs is a Chrome extension that allows you to efficiently manage and switch between your open tabs using keyboard shortcuts and fuzzy search, inspired by IDE features.

AI Overview

Who is this for?

Users who frequently work with many browser tabs and prefer keyboard navigation for speed and efficiency.

Key Features

  • → Fuzzy search and switch between open tabs and bookmarks.
  • → Keyboard-centric navigation, reducing mouse reliance.
  • → Search browser history and recently closed tabs.
  • → Customizable keyboard shortcuts.
  • → Integration with IDE-like workflow.

Reviews Analysis

Overall Sentiment

Mostly Positive

Users appreciate Quick Tabs for its efficient keyboard-based tab management and search capabilities, though some minor usability issues and feature requests exist.

Note: AI analysis focuses on the substance and recency of reviews, which may differ from the overall store rating.


What Users Love

  • ✓ Highly efficient for managing many tabs with keyboard shortcuts.
  • ✓ Useful search functionality for tabs, bookmarks, and history.
  • ✓ Customization options for appearance and shortcuts.

Points to Consider

  • × Potential conflicts with other Chrome shortcut keys.
  • × Some users may find the initial learning curve steep.
  • × Occasional issues with specific tab types or functionalities (e.g., 'discarded' tabs).

Official Description

From the Developer


A keyboard centric most recently used (MRU) ordered page list plugin with seek and switch functionality inspired by IntelliJ IDEA[![Version][version-badge]][qt-store] [![Rating][rating-badge]][qt-store] [![Users][users-badge]][qt-store]

INTRODUCTION

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 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 or middle mouseclick).
  • 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

Tab and bookmark search.

Search Screenshot

History search.

Search History

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

Custom CSS styling.

Search Screenshot

In this case https://userstyles.org/styles/99938/better-styling-for-chrome-extension-quick-tabs by @Bunnyslippers. See the ./3rdParty/css directory.

SOURCE

The source code for this extension is available on github, 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 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

RELEASE NOTES

2024.11.26 - merged PR #377 to resolve Quick-Tabs no longer works for "installed" pages, thank you @Wizek (and @rb-109). PR #379 add middle click to close tab, thanks @va9iff.

2024.11.24 - merged PR #383, fix history rendering issue introduced in the manifest 3 migration, thank you again @hababr!

2024.11.19 - close #382, ctrl+e conflicts with Chrome shortcut keys

2024.11.9 - merged PR #381, upgrade to use manifest version 3, a HUGE thank you to @hababr for making this happen!

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!

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

2019.12.29 - Quick Tabs turns 10!, added new commands '/close', '/merge', '/mute', '/unmute', '/split' and '/reload', '/w' to search tabs in the current window only, also allow specifying the search engine as part of the query (/fuzzy, /fuse, /regex, /subs). Merged code for option to hide pinned tabs, thanks @hbj.

2019.12.2 - fix #277 and #291 for real this time!

2019.11.30 - Updated the bookmark and history searches to use '/b ' and '/h ' as query prefixes, still use ' ' and ' ' as query postfixes. Fixed a bug with the pg up/down list scrolling. Fixed issue that prevented prev-tab key working in popup windows (issue #277).

2019.11.27 - fix tab focus issue #273, thanks @fwextensions for the pointer

2019.11.23 - merged pull request to allow configuration of the "tab order update delay", see ticket #90 (thanks @AlexeyKabelitskiy)

2019.4.22 - merged pull requests to ensure https:// is used for default google search (thanks #ericlaw1979), apply {{urlStyle}} to recently closed tabs (thanks @boika), improve tab switching (thanks @MartinLichtblau)

2019.2.27 - merged pull request that fixes #229 #245 #246 (and perhaps #232), also changes that improve switching tabs behaviour, thanks @MartinLichtblau. Added 'theRealPadster.css' large icon theme, thanks @theRealPadster.

2019.1.30 - merged pull request to prevent tabs opened in the background jumping to the head of the recently used list (#219, thanks @MartinLichtblau)

2019.1.20 - merged pull request to fix result highlighting issues that included curly braces (#242, thanks @DoctorGester)

2019.1.10 - merged pull request to improve fuzzy search results (#241, thanks @MartinLichtblau)

2018.11.26 - fixed invalid css (#200, thanks @boika), added license file (#212), updated shortcut config documentation (thanks @Kevin-Prichard) and added support to retain the popup search string (thanks @MeetM)

2017.10.8 - fixed scrolling issue (fixes #195)

2017.10.7 - merge title tooltip fix, thanks @Rohaq. Also merged in jQuery update and some code cleanup, thanks @toanju. Changed the scrolling code to use noobscroll.js

2017.5.10 - fix issue where current tab is displayed on initial popup rendering (fixes #170)

2017.5.3.1 - bookmark search bug fix

2017.5.3 - substring bug fix

2017.5.2 - change the search implementation to allow users to select between fuzzy, fuze, regex or substring tab searching (fixes #167, #97)

2017.4.25 - possible workaround for existing Chrome bug (refs #91, #168), thanks @TimNZ

2016.9.20 - switched the tab search library to fuse.js (thanks to @rajington), fix window focus problem when using keyboard only (#101, #145 thanks @pearj)

2016.7.16 - change default extension key to ctrl+q on Linux since ctrl+e does not work, thanks @zweicoder (fixed #138), open a website address from the search box in the popup (#108), it takes a second to reorder tabs in a list after switching between tabs (fixed #103)

2016.3.20 - fix data: favicon handling bug (#124)

2016.3.15.1 - fix URL encoding bug

2016.3.15 - switch template engine to mustache.js to simplify render code (remove iframe/sandbox and speed up overall popup render), fix option key save bug (#119), add option to prevent auto searching bookmarks (#115).

2016.3.12 - fix issue where popup window height would increase on window redraw css fixes, thanks @easyfuckingpeasy. Typo fix, thanks @elimisteve

2016.3.10 - fixes

2015.10.13 - removed default key mappings for next/previous to prevent unexpected chrome behaviours (#99)

2015.10.9 - update the next/prev popup window shortcut keys to use the same mappings as the command keys

2015.10.7 - work around Window list positioned oddly (#91), thanks @todoakaio. Added media indicator favicon, search for "<))" to show only noisy tabs (#59). Added shortcut keys to switch between tabs in the tab list without displaying the popup (#93). Added delay before moving tabs to the top of the tab list (#90)

2015.6.14 - merged option to move the tab to the last tab when switching, thanks @phorust

2015.4.30 - fixed issue when rendering bookmarklet code in search results, thanks @benbarth. Added history filter option, allows history search results to be filtered through a regular expression and exclude matches (for example this can be used to exclude past google searches)

2015.4.18 - optimize secondary history searches

2015.4.17 - fixed issue opening urls when they contain search character matches. Added support to fuzzy history search by starting or ending the search string with 3 spaces

2015.4.8 - underline search string hits, add option to include URLs when searching even if they are not being displayed in the tab list

2015.3.31 - added show/hide badge tab count option, removed the css rules that forced the popup window to a specific size (allowing chrome to manage that)

2015.3.12 - added css option placeholder to avoid confusion over expected textarea content

2015.3.8 - popup window timers, separate mouse hover style from keyboard navigation focus to prevent focus jumps when the popup opens under the mouse pointer

2015.3.3 - popup window cleanup, search urls only if displayed

2015.2.28 - library updates, better scrolling, search bookmarks by starting or ending your search string with spaces

2015.2.26 - performance improvements, fuzzy searching and tighter UI

2015.2.25 - added support for bookmarks search ( IMPORTANT adding bookmark search required adding bookmark permissions, READ ONLY access only ) and UI style updates, huge thanks to @oarrabi for this

2015.1.2 - delay script execution till window.onload fires (closes #70), thanks @aakash-shah

2014.12.27 - re-enable mouseover events (close #69), thanks @KayNoSpam

2014.12.23 - quick fixes for the two reoccurring errors, thanks @heavyk. Moved the template rendering code into a sandbox as per https://developer.chrome.com/extensions/sandboxingEval

2014.9.27 - support custom css through the extensions option page, this supports custom styling of the popup window (for example https://userstyles.org/styles/99938/better-styling-for-chrome-extension-quick-tabs by @Bunnyslippers)

2014.9.13 - permissions fix, thanks @jtanner

2014.7.8 - More stability improvements

2014.7.6.1 - NPE bug fix

2014.7.6 - bug fixes and allow cycling through with TAB and SHIFT+TAB (close #28), allow PageUp/PageDown navigation (close #53), thanks @eush77

2014.7.1 - merged fix to html encoding bug, thanks @eush77

2014.5.6 - add vim style next/prev keys to popup, thanks @roblund

Your extension? Let us know if we can update or correct anything!

Key Info

  • Rating:
    4.5/5.0

    549 ratings

  • Users:30,000
  • Version:2024.11.26
  • Updated:Nov 27, 2024
  • Developer:Visit Website →

Stats from Chrome Web Store


Add to Chrome / Chromium Get for Firefox

You Might Also Like

FreshStart - Cross Browser Session Manager icon

FreshStart - Cross Browser Session Manager

by visibotech

FreshStart is a session manager that allows users to save and restore browsing sessions, ideal for managing different sets of websites or multiple users.

View Details →
Productivity Session manager Tab management Productivity
History Trends Unlimited icon

History Trends Unlimited

by [email protected]

History Trends Unlimited extends Chrome's default history limit, allowing users to search, analyze, and export their complete browsing history with interactive charts and local data storage.

View Details →
Productivity History Trends Analysis
TooManyTabs for Chrome icon

TooManyTabs for Chrome

by Visibo Limited

TooManyTabs for Chrome helps manage numerous open tabs, offering features like a bird's eye view, tab preview, instant search, and memory-saving suspension.

View Details →
Productivity Tab management Productivity Browser
Vertical Tabs icon

Vertical Tabs

by samihaddad.dev

Vertical Tabs is a Chrome extension that organizes all your tabs in a convenient side panel for improved browsing efficiency.

View Details →
Productivity Tab management Productivity Organization
Better History | Manage, Export, and Delete History icon

Better History | Manage, Export, and Delete History

by betterhistory.io

Better History is a powerful Chrome extension for efficiently managing, searching, exporting, and deleting your browsing history, with advanced features like domain blocking and cross-device synchronization.

View Details →
Productivity History Manager Export
Bonjourr · Minimalist Startpage icon

Bonjourr · Minimalist Startpage

by bonjourr.fr

Bonjourr is a beautiful, customizable, and lightweight minimalist startpage extension that enhances your new tab experience with dynamic backgrounds and useful features.

View Details →
Productivity New tab Homepage Minimalist
Screenshot

Join & Upgrade Your Browser Experience

Create your account and get our newsletter with the latest extensions, power packs, and top lists delivered straight to your inbox. Join thousands of users who are already browsing smarter!

🚀 Join & Upgrade Your Browser

✨ 100% Free • Create account & get newsletter • Join over 2,000 smart browsers

BrowserPowers

Your ultimate directory for discovering, comparing, and managing the best browser extensions.

Content

  • Browse Extensions
  • What are Extensions?
  • Power Packs
  • Top Lists

Categories

  • Productivity
  • Privacy & Security
  • Developer Tools
  • Social
  • Shopping
  • News
  • Education
  • Entertainment
  • Photos & Video
  • Accessibility

Popular Tags

  • AI
  • Ad-blockers
  • Dark Mode
  • Note Taking
  • Open Source
  • Password Managers
  • Screen Capture
  • Translation
  • Price Trackers
  • Tab Management

Connect

  • [email protected]
  • ⊕ Add Your Extension

© 2026 BrowserPowers, All rights reserved | Privacy Policy | Terms of Service

[a dumb idea]