Chrome tab manager for writers
You are three days into a feature article and the research is the draft's scaffolding: a green Chrome tab group holds thirty source pages — the studies you are citing, two interview transcripts, the press release, the archive piece you are rebutting — while an orange group holds the publication's style guide and the fact-check sheet. A Chrome tab manager for writers has to treat each article as its own tab set, because the moment an edit on a different piece pulls you away you close the window, and a week later when you return to finish the draft you are reopening citation links from memory and a half-filled bookmarks folder. Chrome's own reopen brings back recent tabs but forgets which group each belonged to, so the thirty sources land in a flat strip with no sign of which article they served. Tabwell snapshots the whole window with each tab's group assignment — group name, colour, and collapsed state read through the chrome.tabGroups API — and writes them all back on restore, so the exact source set for that article comes back one click later, grouped the way you left it. The record lives in local IndexedDB on your device, so an editor crash or a Chrome update never scatters the citations you spent two days gathering.
The writer's working set is the per-article source group, not the tabs
When you carry several pieces at once, the unit of work is the coloured group, not the individual tab. The green group is one article's thirty sources and interview transcripts, the orange group is the style guide and fact-check sheet, the blue group is the next chapter's reading list. Lose the grouping and you have not lost thirty tabs — you have lost the citation map that told you which source backed which paragraph. That is why tab organization for writers has to preserve group structure to be worth anything, and why Chrome's flat reopen leaves you reassembling each article's research by hand against a deadline.
How Tabwell maps onto a long-form research workflow
Tabwell fits the way you already keep one tab group per article or chapter rather than asking you to move your sources into a new system:
- Snapshot the exact source set per article with full fidelity. A snapshot is a JSON record of each window, each tab's title and URL, and each tab's group assignment with the group name, colour, and collapsed flag. Restore rebuilds those groups through
chrome.tabGroups, so an article's thirty sources come back in the same colour and collapsed exactly as you left them — no rebuilding the citation set from a bookmarks folder. - Auto-snapshot catches the research before a crash takes it. Tabwell saves the open window automatically — every 60 minutes on Free, every 5 minutes on Pro — and again on browser exit, so a crash mid-draft or an accidental window close does not cost you the two days of source-gathering behind the article.
- Archive a finished piece, restore it for the revision. When an article ships, keep its snapshot; weeks later, when the editor asks for a follow-up or a correction, restore that one snapshot to bring the original sources and interview tabs back as a group instead of re-searching for links you read once.
Recover the source set after a crash or accidental close
The recurring writer problem is not saving the tabs, it is getting the right research set back later. Chrome's address bar reopens recent tabs and history, not the source groups you archived after switching to another piece. Tabwell's restore brings back a whole snapshot with its groups intact, and Pro's full-text search reaches across every saved snapshot so one keyword finds an article you closed weeks ago. The guide on restoring Chrome tabs after a crash walks the restore flow, the guide on recovering closed tabs in Chrome covers the accidental-close case, and the guide on saving tab groups in Chrome covers capturing a group's colour and collapsed state. This page does not re-teach those steps; it shows why they matter when each group is an article's research in flight.
Free vs Pro for a writing workload
Every install from the Chrome Web Store starts with a 14-day Pro trial, no credit card. After it, the Free tier keeps your latest 5 snapshots with manual save and restore, JSON export for backup, and a 60-minute auto-snapshot. A writer juggling research for several articles usually wants more history than five snapshots, plus a way to search them: Pro lifts the cap to unlimited, adds full-text search across every saved tab's title and URL, and tightens the auto-snapshot to every 5 minutes. Pricing is $3.99/month, $29/year, $59 one-time, or $19 one-time for the first 1,000 Founders buyers, with a 30-day refund.
FAQ
Do my coloured tab groups survive a restore?
Yes. A snapshot stores each tab's group assignment with the group name, colour, and collapsed state, read through the chrome.tabGroups API. On restore Tabwell rebuilds those groups rather than dropping every source into a flat list, so a per-article research group comes back in its original colour and collapsed. This is the difference from Chrome's native reopen, which forgets group membership.
Can I reopen the exact source set for an article days later?
Yes. Save the article's window as a snapshot and restore it whenever you return to the draft; Tabwell recreates every tab's title and URL in its original window layout and rebuilds the tab groups. The thirty sources, interview transcripts, and citation tabs come back together as the group you built, not as a flat strip you have to re-sort.
What happens to my research if Chrome crashes mid-draft?
Tabwell auto-snapshots the open window on a timer and again when the browser exits, so the source set is already saved when a crash or accidental window close hits. The Free tier auto-snapshots every 60 minutes and keeps the latest 5; Pro auto-snapshots every 5 minutes and keeps unlimited snapshots, so even a recent burst of new sources is captured.
Can I find a saved article's sources from weeks ago by keyword?
Yes, with Pro. Tabwell indexes the title and URL of every saved tab for full-text search, so an author name, publication, or topic matches the snapshot that held that article's research. It is a literal substring match over titles and URLs, not a search of page contents, and the tab does not need to be open. On the Free tier only the latest 5 snapshots are kept and search is not included.
Where are my saved sessions stored, and do they leave my device?
Snapshots are stored locally in IndexedDB on your device via dexie. Tab URLs and titles never leave the device; the only network call is to Polar for license verification, which carries no tab data. There is no account or email required to use the extension.
Is full-text search free, and what does Pro cost?
Full-text search and unlimited snapshots are Pro features, available during the 14-day trial every install starts with. After the trial the Free tier keeps the latest 5 snapshots with manual save, restore, and JSON export. Pro is $3.99/month, $29/year, $59 one-time, or $19 one-time for the first 1,000 Founders buyers, with a 30-day refund.
Does Tabwell require Chrome 114 or later?
Yes. Chrome 114 is the minimum supported version because Tabwell uses the chrome.sidePanel API introduced there, alongside chrome.tabs and chrome.tabGroups. Edge and other Chromium browsers may work but are not officially supported. Firefox and Safari are not supported.