LESS TAB, HIGHER EFFICIENCY!!
- Click extension icon:
- You will get:
- Clone the repository or download as a ZIP file
- Open the directory and run
npm run build:fullto build the extension - Open Chrome and go to
chrome://extensions/ - Enable Developer mode in the top right corner
- Click "Load unpacked"
- Select the
distfolder
- 📑 View all tabs across all windows
- 🔍 Search and filter tabs
- 🗑️ Bulk delete tabs
- 📌 Pin / unpin tabs
- 🪟 Move selected tabs to a new window
- Run
npm installto install dependencies - Edit the source code in
src/ - Run
npm run build:fullto build the extension - Go to
chrome://extensions/and click the 🔄 Reload button on the extension - Reopen the popup to see your changes
No changes after editing code?
Re-run npm run build:full, then reload the extension at chrome://extensions/.
Extension fails to load?
Make sure npm run build:full has been run and the dist/ folder exists.
TypeScript compile errors?
Run npm run type-check to see the exact error locations.
Favicon not showing?
Make sure "favicon" is listed in the permissions field of manifest.json.
Just leave me a message

