Snooze tabs for later. Right-click pick a time tab closes and reopens. Free Chrome extension.
- TypeScript 80.7%
- CSS 13.3%
- HTML 4.7%
- JavaScript 1.3%
- Right-click any tab/page → snooze presets (30min, 1h, tonight 8PM, tomorrow 9AM, next week) - Custom time picker in popup - chrome.alarms scheduling + chrome.tabs.create reopening (background tab) - Snooze list in popup with cancel + remaining time - 100% local, no servers, no accounts - 33 tests (snooze-time + snooze-storage) - Greasy Sprocket standard: uninstall feedback + coffee popup |
||
|---|---|---|
| public/icons | ||
| src | ||
| tests | ||
| .gitignore | ||
| biome.json | ||
| commitlint.config.cjs | ||
| lefthook.yml | ||
| LICENSE | ||
| package.json | ||
| pnpm-lock.yaml | ||
| pnpm-workspace.yaml | ||
| README.md | ||
| tsconfig.json | ||
| wxt.config.ts | ||
TabSnooze — Snooze Tabs for Later
Snooze tabs for later. Right-click any tab → pick a time → tab closes and reopens automatically.
Features
- Right-click any tab or page → snooze it for later
- Quick presets: 30 min, 1 hour, tonight (8 PM), tomorrow (9 AM), next week
- Custom time picker for any delay
- Tab reopens automatically when the timer fires
- Snooze list in popup — see what's coming, cancel anytime
- Reopens in background tab (doesn't steal focus)
- 100% local — chrome.alarms API, no servers, no accounts
Development
pnpm install
pnpm run validate # typecheck + lint + test
pnpm run build # production build → dist/
License
Apache-2.0 — Greasy Sprocket