Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tab Organizer

Chrome extension that sorts and organizes your browser tabs.

GitHub Chrome Web Store

Pin the extension icon and click it to instantly sort all tabs in the current window by URL.

Features

  • One-click tab sorting (by URL, title, or custom grouping)
  • Tab group sorting support
  • Configurable via options page

Development

Setup

pnpm install
pnpm dev

Load in Chrome

  1. Open chrome://extensions
  2. Enable Developer mode
  3. Click Load unpacked and select the dist folder

Scripts

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.

Releases

Used by

Contributors

Languages