Skip to content

ObservedObserver/ai-group-tabs

 
 

Repository files navigation

AI Group Tabs

Build

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.

Telegram

Demo Video:

Watch the video

Roadmap

  • 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
  • HMR for development

Download and Start Using

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.

You can change the model and API server in the options page.

Development

# Install dependencies
pnpm install

# Development
pnpm dev

# Build
pnpm build

Sponsor

Everyone contributor can get your one month free of Developer Plan on Zeabur.

Deployed on Zeabur

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 88.6%
  • JavaScript 4.9%
  • Shell 3.9%
  • HTML 2.0%
  • CSS 0.6%