TabIt is a smart tab manager for Chrome that automatically organizes your tabs into meaningful groups using TF-IDF similarity scoring and Leiden community detection — all processed locally in your browser.
- Smart Regroup — Automatically cluster related tabs based on title and URL similarity
- Auto Grouping — Continuously organize new tabs as you browse
- Group Management — Rename groups, pick colors, ungroup, and view tabs sorted by recent access
- Customizable — Adjust tab range, grouping granularity, and behavior
- Multilingual — English, Japanese, and Spanish
Install from the Chrome Web Store.
Full documentation is available at yucklys.github.io/TabIt.
- Clone the repository:
git clone https://github.com/Yucklys/TabIt.git- Install dependencies:
bun install- Build the extension:
bun run buildThe build/ folder contains the unpacked extension files. Load it in Chrome via chrome://extensions with Developer mode enabled — see Load an unpacked extension.
bun run devbun run docs:dev # Start dev server
bun run docs:build # Build for production