Tidy Tabs is a Chrome extension that helps you quickly close tabs — individually, by group, or all at once — based on domain, subdomain, or page title.
Every time you open a new tab (⌘+T or Ctrl+T), Tidy Tabs gives you a clean list of all your open tabs and lets you close what you don’t need — fast.
Built with Solid.js, TailwindCSS, and Vite.
- ✅ View all open tabs, organized by domain, subdomain, or page title
- ✅ Close individual tabs or entire groups with one click
- ✅ Clean, fast, and responsive UI (with dark mode support)
- ✅ See total number of open tabs at a glance
- ✅ Replaces the new tab page to help declutter your browser instantly
-
Clone the repo:
git clone https://github.com/sudheer-salavadi/tidy-tabs.git cd tidy-tabs -
Install dependencies:
npm install
-
Build the extension:
npm run build
-
Load it in Chrome:
- Go to
chrome://extensions - Enable Developer mode
- Click "Load unpacked"
- Select the
dist/folder
- Go to
npm run dev # Start development server at http://localhost:5173
npm run build # Build extension to dist/
npm run preview # Preview production build- Framework: Solid.js
- Styling: TailwindCSS
- Bundler: Vite
tidy-tabs/
├── public/ # manifest.json and icons
├── src/ # Solid components and styles
├── dist/ # Final build output
├── vite.config.js # Build config with copy plugin for icons
└── package.json
MIT License
Copyright (c) 2024 Sudheer Salavadi
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
- Auto-clean tab groups by inactivity
- Keyboard shortcuts for tab actions
Pull requests, issues, and feature suggestions welcome!