Chrome tab manager with search over saved tabs
Three weeks ago you saved a PR review into a snapshot, and now it sits among the thousands of tabs you have archived across dozens of saved sessions — Chrome's address bar searches your history and your open tabs, but it never looks inside those snapshots, so scrolling the list is the only way to find it. A chrome tab manager with search closes that gap. Tabwell Pro indexes the title and URL of every saved tab and runs a full-text match over them, so you type a fragment — a Jira ticket id, a domain, a few words from a page title — and jump straight to the snapshot and group that hold it. The match is a literal substring search over the text Tabwell already stored in local IndexedDB through the chrome.tabs API; it does not read page body contents, and it does not depend on those tabs still being open. This guide covers why Chrome's own search misses saved sessions, exactly what Tabwell matches when you search saved Chrome tabs, that full-text search is a Pro feature included in the 14-day trial, and where the Free tier's limits sit.
Why Chrome's own search misses your saved sessions
Chrome's address bar searches your browsing history and the tabs you have open right now. It does not look inside a saved session: once you snapshot a window and close it, those tabs are no longer history entries or open tabs, so typing a title fragment into the omnibox returns nothing. The same is true of a flat-list manager that dumps URLs into one long page — you are back to scrolling. To find one saved tab among thousands you need search that runs over the snapshots themselves, not over Chrome's live state.
What Tabwell search matches
Tabwell Pro indexes the title and URL of every saved tab and runs a full-text, substring match over that text. It does not read page body contents, and it does not need the tab to still be open — it searches the record Tabwell wrote to local IndexedDB when you saved. Type a fragment and you land on the snapshot and group that hold the match:
- A ticket id like
PROJ-1428to find the PR review you saved three weeks ago. - A domain like
figma.comto pull up every saved tab from that site. - A few words from a page title — quarterly roadmap — to jump to the doc without remembering which session it was in.
Because the match is over titles and URLs only, results are exact and predictable: the fragment you typed is the text that matched. For the workflow of snapshotting a large session and reopening one group at a time, see the manage-thousands guide linked below.
Search is a Pro feature, free for 14 days
Full-text search over saved tabs is part of Tabwell Pro. Every install starts with a 14-day Pro trial, so you can index and search your snapshots from day one. After the trial, the Free tier keeps manual save and restore over your latest 5 snapshots but does not index saved tabs for search — you browse the snapshot list instead of querying it. Pro keeps the index over every saved tab and lifts the snapshot cap.
Free and Pro
Every install begins with a 14-day Pro trial, no card required. After it, the Free tier keeps your latest 5 snapshots with manual save, restore, JSON export, and a 60-minute auto-snapshot, but no full-text search. Pro adds unlimited snapshots, full-text search across every saved tab, faster 5-minute auto-snapshots, and built-in importers — $3.99/month, $29/year, or $19 one-time for the first 1,000 Founders buyers, with a 30-day refund. Install from the Chrome Web Store to start the trial.
FAQ
Is full-text search free?
Full-text search over saved tabs is a Tabwell Pro feature, but it is included in the 14-day Pro trial every install starts with, so you can search your snapshots from day one. After the trial, the Free tier keeps manual save and restore over your latest 5 snapshots and does not index saved tabs for search. Pro keeps the index and lifts the snapshot cap for $3.99/month, $29/year, or $19 one-time during Founders pricing.
Does search look inside page contents?
No. Tabwell indexes only the title and URL of each saved tab — the text it stored when you took the snapshot. It does not fetch or read the body of the page, so a phrase that appears in a document but not in its title or URL will not match. This keeps results exact: the fragment you typed is the text that matched.
Can I search tabs I have already closed and saved?
Yes — that is the point. Search runs over the records in local IndexedDB, not over your open tabs, so a tab you snapshotted and closed weeks ago is still searchable. Type a fragment of its title or URL and Tabwell takes you to the snapshot and group that hold it. The tab does not need to be open for the match to work.
What can I type into the search box?
A fragment of a saved tab's title or its URL — a domain, a ticket id, or a few words from a page title. Tabwell runs a substring match over the indexed titles and URLs and returns the snapshots and groups that contain it. There is no special query syntax to learn; you type the text you remember.
Does search send my tabs anywhere or need an account?
No. The search index lives in local IndexedDB on your device, alongside the snapshots themselves, and no account or signup is required. Tab titles and URLs never leave the device. The only network call Tabwell makes is to Polar for license verification, which carries no tab data.
Does search work on Chrome 114?
Yes. Chrome 114 is the minimum version Tabwell supports, because it relies on the chrome.sidePanel API introduced in that release, and full-text search runs entirely locally on top of the saved index. Edge and other Chromium browsers may run it but are not officially supported, and Firefox and Safari are not supported.