673 B
673 B
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.
Changelog
0.3.1
- Case-insensitive domain sorting
0.3.0
- Options page with sort mode persistence
0.2.0
- Close-all button per group
0.1.0
- Initial release