ATO — Advanced Tab Organizer
Kill duplicate tabs instantly. Stay focused.
A lightweight Chrome extension that detects duplicate tabs, shows a badge counter, and lets you close duplicates with one click or a keyboard shortcut.
- New Close matching tabs
- Search open tabs and close every matching result in one action.
- Badge counter
- Shows how many duplicate tabs you have.
- One-click cleanup
- Close all duplicates with one button.
- Keyboard shortcut
- Open with
Cmd+U(macOS) orCtrl+U(Windows/Linux). - Real-time updates
- The badge updates automatically as you browse.
Now on the Chrome Web Store.
Install in one click — no Developer Mode required. You can still clone and build from source if you prefer; see the manual install steps below.
Tab access only.
ATO needs access to browser tabs so it can detect duplicates and update the badge counter. Review the source before installing.
ATO adds wildcard search for substring precision
Add an asterisk to a query to switch from fuzzy matching to literal "contains" matching.
Installation
The easiest way to install ATO is from the Chrome Web Store — one click, no Developer Mode. The steps below are for building from source instead.
1. Clone and build
git clone https://github.com/jeanlucaslima/ato.git
cd ato
npm install
npm run icons
npm run build 2. Load in Chrome
- Open
chrome://extensions - Enable Developer mode using the toggle in the top right
- Click Load unpacked
- Select the built extension folder (typically
dist/)
3. Use it
- Press
Cmd+U/Ctrl+Uto open the popup - Or click the ATO icon in your toolbar
- Click Close duplicates to remove duplicate tabs
Development
# Watch mode
npm run dev
# Run tests
npm test
# Build for production
npm run build After changes, reload the extension from chrome://extensions.