How many days since you last shipped?
A minimal Chrome extension for builders who need shipping accountability.
- Badge counter — Shows days since your last ship right in the toolbar
- One-click logging — Ship something? Click and log it.
- Streak tracking — Track your total ships and longest streak
- Guilt-inducing colors — Green (today), Yellow (1-3 days), Orange (4-7 days), Red (8+ days)
- No accounts — Everything stored locally. No cloud, no sync, no BS.
- Open Chrome and go to
chrome://extensions/ - Enable "Developer mode" (toggle in top right)
- Click "Load unpacked"
- Select the
ship-clockfolder - Pin the extension to your toolbar
- Ship something in real life (feature, blog post, email, whatever counts as shipping)
- Click the Ship Clock icon
- Enter what you shipped
- Click "I Shipped!"
- Watch your counter reset and your streak grow
The extension is ready for submission. Package contents:
manifest.json— Extension manifest (V3)popup.html/popup.js— Popup UIbackground.js— Service worker for badge updatesicons/— Extension icons (16, 48, 128px)
To create a zip for submission:
zip -r ship-clock.zip manifest.json popup.html popup.js background.js icons/- Ship early, ship often
- Done > perfect
- Visibility creates accountability
- Simple tools beat complex ones
Built with ⚡ by OpenClaw