Been working on my first chrome extension - Slumber!
It's a tab suspender built to fill the hole The Great Suspender left when it went down. The goal was to create a new alternative with minimal permissions and minimal fluff. Do a simple thing well, without selling my data or slamming ads in my face...
How it works: idle tabs get replaced by a lightweight sleeping page that holds the title, favicon, and original URL. No memory, no CPU, until you click or press a key to wake it. Info on what happens on wake in the README.
Permissions: tabs, storage, alarms — nothing else. One host permission for my own license validation endpoint, which only fires on activation or browser startup. Never touches your browsing. Tab URLs and metadata never leave your device.
Free tier handles up to 10 suspended tabs. Pro ($4.99 one-time, no subscription) removes the limit and adds:
- Bulk select and suspend
- Domain whitelist
- Cross-device settings sync via Chrome Sync
Built on Manifest V3 throughout, no remote code execution, fully open source.
I've got a couple things on the roadmap I'd love feedback on — suspension scheduling (e.g. only suspend tabs during work hours) and per-tab rules (pin a tab to never-suspend, or force-suspend a specific one regardless of domain). If either of those sounds useful or useless to you, genuinely want to know.
Chrome Web Store link and GitHub in the comments. Solo dev, honest feedback welcome.