An AI-powered Chrome extension that groups your tabs intelligently based on a prompt.
Download it on the Chrome Webstore.
src/App.svelte
in the apiKey
variable.yarn
and yarn build
to build the extensionchrome://extensions
and enable developer modeLoad unpacked
and select the dist
folder to load the extensionThis 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:
yarn
and yarn dev
to start the development serverchrome://extensions
and enable developer modeLoad unpacked
and select the dist
folder to load the extension