An AI-powered Chrome extension that groups your tabs intelligently based on a prompt.
Download it on the Chrome Webstore.
- Clone the repo
- Add your API key in
src/App.svelte
in theapiKey
variable. - Run
yarn
andyarn build
to build the extension - Go to
chrome://extensions
and enable developer mode - Click on
Load unpacked
and select thedist
folder to load the extension - Click on the extension icon to start using it
This extension uses popups to provide a user inteface for interacting with the extension. The popup is built with Svelte, and is compiled using Rollup. To run the extension locally:
- Clone the repo
- Run
yarn
andyarn dev
to start the development server - Go to
chrome://extensions
and enable developer mode - Click on
Load unpacked
and select thedist
folder to load the extension - Any changes you make in the src folder will be reflected in the extension.