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.
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 build
The 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 dev
bun run docs:dev # Start dev server
bun run docs:build # Build for production