Chrome Tab Killer Extension Guide | Generated by AI
You’re right. chrome-tab-killer/ is the correct one — it’s just the Chrome extension without the Safari Xcode wrapper (safari-tab-killer/ has both).
/home/lzw/projects/tab-killer/chrome-tab-killer/
├── manifest.json
├── background.js / background.html
├── popup.html / popup.js
├── js/tabmanager.js
├── js/settings.js
├── css/popup.css
└── img/
Load this in Chromium:
- Open
chrome://extensions - Enable Developer mode
- Load unpacked → select
/home/lzw/projects/tab-killer/chrome-tab-killer
The extension will start immediately. Click its icon to set your max tab limit and whitelist.
Want me to open Chromium and walk through it together, or just hand it off?