Minimal Chrome extension prototype for "MinTab" — a coach-like tab organizer.
What’s included:
- MV3 manifest with background worker and side panel
- Popup UI that lists groups and a Daily Digest
- Heuristic grouping (Study, Work, Shopping, Entertainment, Travel, Research)
- Actions: Organize tabs into Chrome Tab Groups, Close duplicates, Pin, Snooze, Save bundle
Load for development:
- Open Chrome →
chrome://extensions - Enable Developer Mode (top right)
- Click "Load unpacked" and select this
MinTabfolder - Click the extension action to open the popup; use "Organize tabs"
Notes:
- All logic is local; no network calls
- "Snooze" uses
chrome.alarmsto reopen closed tabs later - Side panel mirrors saved bundles from
chrome.storage.local