21 lines
492 B
Markdown
21 lines
492 B
Markdown
# 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.
|