Quick Switch

Jump to any open tab instantly by typing part of its title or URL.

Overview #

Quick Switch is a command-palette-style search overlay for your open tabs. Press the keyboard shortcut and start typing — Takt filters results in real time by tab title and URL, letting you navigate instantly without reaching for the mouse.

Opening the overlay #

Quick Switch requires Premium. Press Alt + Shift + Space on any regular web page to open the overlay inline.

On pages where content scripts cannot be injected, Takt opens a standalone popup window (560 × 480 px) instead. This fallback activates on URLs that match any of the following:

Type in the search box to filter results in real time. Filtering is case-insensitive and matches against the full tab title and full URL. Every keystroke updates the list immediately — including clearing the box, which returns to the full list.

How results are ranked #

Results appear in four groups, always in this order:

  1. Open tabs — returned by chrome.tabs.query({}) in Chrome's natural tab order. Up to 50 open tabs are shown.
  2. Hibernated tabs — returned from the hibernation store in insertion order. Up to 50 hibernated tabs are shown.
  3. History results — returned by chrome.history.search using Chrome's built-in relevance and recency ranking. Up to 20 history items are shown.
  4. Downloads — filenames of completed downloads, returned by chrome.downloads.search. Up to 20 downloads are shown, and only when the Downloads source is enabled.

Takt does not apply any additional scoring or re-ordering beyond what Chrome provides. The combined list is always ordered: open tabs → hibernated tabs → history items → downloads.

Downloads search source #

Quick Switch can search the filenames of your completed downloads. It is a Premium feature and requires granting the optional Downloads permission.

Granting the Downloads permission

Grant the optional Downloads permission from Options → Settings → Permissions. The Downloads permission can be revoked; revoking it removes the Downloads source.

Privacy

The search runs on-device via chrome.downloads.search and filenames never leave the browser.

Free vs Premium #

Premium Quick Switch is a Premium feature. The keyboard shortcut Alt + Shift + Space is gated by canUseKeyboardShortcut(), which returns true only for Premium users. Free users pressing the shortcut see no response.

For Premium users, Quick Switch searches open tabs and hibernated tabs by default. To also include browsing history results, grant the optional History permission from Options → Settings → Permissions. Without the History permission, Quick Switch is fully functional but no history results appear. The Downloads source is also Premium-gated and requires the optional Downloads permission (grant via Options → Settings → Permissions).

Edge cases and gotchas #