Chrome extension that transforms tab chaos into smart groups, powered by 5 AI engines.
- AI-powered tab grouping - Automatically organizes tabs by topic using AI analysis
- 5 AI providers - Claude (Anthropic), GPT (OpenAI), Gemini (Google), Mistral, and Ollama (local/offline)
- Sessions & Workspaces - Save and restore complete browsing sessions with thematic workspaces
- AI Chat - Conversational interface in a side panel to manage tabs with natural language commands
- Multilingual - English, French, and Spanish (via
chrome.i18n) - Privacy-first - Only tab titles and URLs are sent to the AI provider. With Ollama, nothing leaves your machine.
- Manifest V3 - Modern Chrome extension architecture
- React 19 + Tailwind CSS 4 - UI framework
- Vite + CRXJS - Build toolchain
- TypeScript - Type safety
- Sentry - Error monitoring
git clone https://github.com/amazscript/tab-manager-pro.git
cd tab-manager-pro
npm install
npm run buildThen in Chrome:
- Open
chrome://extensions - Enable Developer mode (top right)
- Click Load unpacked
- Select the
dist/folder
npm run dev| Permission | Usage |
|---|---|
tabs |
Read and organize tabs |
storage |
Save configuration and sessions |
tabGroups |
Create and manage tab groups |
sidePanel |
Display the AI chat side panel |
Full documentation available at: https://amazscript.github.io/tab-manager-pro/
ISC