Auto-grouping by domain
Every new tab finds its group within 300ms. Categories collapse and expand around what you actually use right now.
Tab Orbit auto-groups every Chrome tab into nine color-coded categories. The map updates as you browse. The data never leaves your machine.
Now you have eighty-seven of them. Some are documentation. Some are draft ideas. Some are concert tickets you forgot you bought. Tab Orbit doesn't ask you to close them. It groups them.
Default presets for Developer, Marketer, and Researcher. Override anything. Add your own. The map is JSON.
Live classifier. 200+ domains in the default map. Add yours in two clicks.
No account. No cloud sync. No analytics pixel. No telemetry endpoint. The category map is a JSON file in the extension. Your data lives in chrome.storage.local.
Source code on GitHub. Manifest V3 permissions are tabs, tabGroups, and storage — nothing more. Uninstall takes everything with it.
// manifest.json
{
"manifest_version": 3,
"permissions": [
"tabs",
"tabGroups",
"storage"
],
"host_permissions": [],
"background": {
"service_worker": "background.js"
}
}
Every new tab finds its group within 300ms. Categories collapse and expand around what you actually use right now.
Tabs idle 15+ minutes get suspended. RAM returns. Your work doesn't.
Save a tab session by name. Restore the exact groups, in order, anytime.
Collapse every group except one. One click.
Find tabs with the same URL. Merge with one button.
Drop-down on any ungrouped tab. Assign it. The map remembers.
Idle groups fold themselves after 30 minutes.
Recently-touched groups drift right. Old ones settle left.
No upsell. No premium. No "pro plan." This is a portfolio piece.
Add to Chrome →