mirror of
https://github.com/eznix86/chrome-auto-group-tabs.git
synced 2026-07-25 20:59:11 +00:00
No description
- TypeScript 90.6%
- CSS 8.8%
- HTML 0.6%
| .github/workflows | ||
| components/ui | ||
| entrypoints | ||
| lib | ||
| public/icon | ||
| utils | ||
| .gitignore | ||
| bun.lock | ||
| components.json | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
| wxt.config.ts | ||
Auto Tab Groups
A WXT + React Chrome extension that groups ungrouped tabs from side panel rules.
Install in Chrome
- Download the Chrome zip from the latest GitHub Release.
- Unzip it somewhere permanent, for example
~/Extensions/auto-tabs-groups. - Open Chrome and go to chrome://extensions.
- Enable Developer mode.
- Click Load unpacked.
- Select the unzipped extension folder.
- Pin Auto Tab Groups from Chrome's extensions menu.
- Click the extension icon to open the side panel.
Chrome loads unpacked extensions from the selected folder, so do not delete the unzipped folder after installing.
Local Install
bun install
bun run build
Then load .output/chrome-mv3 in chrome://extensions with Load unpacked.
Development
bun install
bun run dev
Build
bun run compile
bun run build
bun run zip