Chrome extension that sorts and organizes your browser tabs.
Pin the extension icon and click it to instantly sort all tabs in the current window by URL.
- One-click tab sorting (by URL, title, or custom grouping)
- Tab group sorting support
- Configurable via options page
pnpm install
pnpm dev- Open
chrome://extensions - Enable Developer mode
- Click Load unpacked and select the
distfolder
pnpm dev # Start Vite dev server (port 5173)
pnpm build # TypeScript check + Vite build -> dist/
pnpm typecheck # Type check only (tsc --noEmit)
pnpm format # Biome check --write + Prettier (md/mdx) + mise format
pnpm test # Run tests (vitest)
pnpm release # Bump version, build, and package into ZIP (via release-it)The dist folder will contain the production-ready extension.