No description
Find a file
2025-06-12 20:00:00 +00:00
src Initial commit — basic tab grouping works 2025-06-12 20:00:00 +00:00
manifest.json Initial commit — basic tab grouping works 2025-06-12 20:00:00 +00:00
package.json Initial commit — basic tab grouping works 2025-06-12 20:00:00 +00:00
popup.html Initial commit — basic tab grouping works 2025-06-12 20:00:00 +00:00
README.md Initial commit — basic tab grouping works 2025-06-12 20:00:00 +00:00

tab-tidy

A small browser extension that groups and sorts your open tabs by domain. Built for Firefox. Side project — scratching my own itch.

Install (dev)

npm install
npm run build
# Load dist/ as a temporary extension in about:debugging

Features

  • Groups tabs by domain
  • Sorts groups alphabetically or by last-used
  • One-click close for all tabs in a group
  • Keyboard shortcut: Alt+T to open the popup

Status

Works for me™. Not on the extension store yet.