A Chrome extension helps you group your tabs with AI.
The extension is still under development, feel free to open issues and pull requests. Any suggestions are welcome.
Demo Video:
- Group tabs with AI by default categories
- Fill OpenAI API key in popup and save in Chrome storage
- Customize categories in popup
- Group new tabs automatically
- Publish on Chrome store
- Better prompt engineering
- Logo and name
- CI / CD for build and release new version
- Add toast
- Use Vite and pnpm
- Group the updated tab only when a tab is updated
- Custom model and API server
Download the latest released dist.zip from the release page, unzip after download, you will get a folder named dist.
Open Chrome, go to chrome://extensions/, turn on Developer mode on the top right corner, click Load unpacked on the top left corner, select the dist folder you just unzipped.
- Fill in the OpenAI API key, add some types and click on the "Save" button.
- Click on the "Group Tabs" button, your current tabs will be grouped.
- Your new tab will be grouped automatically.
You can change the model and API server in the options page.
# Install dependencies
pnpm install
# Development
pnpm dev
# Build
pnpm buildEveryone contributor can get your one month free of Developer Plan on Zeabur.
