A simple, private Chrome extension for tracking important dates. It keeps your countdowns available after the popup closes and notifies you when each one finishes.
Install CountDown Timer from the Chrome Web Store
chrome://extensions.Date_Countdown folder.Date_Countdown/
manifest.json Chrome extension manifest (Manifest V3)
Counter.html Extension popup
css/style.css Popup styles
js/countdown.js Popup and countdown behavior
js/background.js Alarm scheduling and notifications
The extension requests:
storage to save the timer locally.alarms to schedule the completion event.notifications to notify you when the countdown completes.Last updated: July 11, 2026
Countdown Timer stores the title, label, date/time, and completion-notification status of each timer you create. It also stores the last notification-template choice so consecutive completion reminders use different wording. This information is stored only in Chrome’s local extension storage on your device so timers can continue and notify you when the popup is closed.
The extension does not collect, transmit, sell, share, or use this information for advertising, analytics, profiling, or any purpose other than providing the timer and its notification. It does not access browsing history, web page content, accounts, or location data.
You can remove stored timer information at any time using the Delete icon on a countdown and confirming the action.
For support, open an issue in the GitHub repository.
For a direct link to this policy, use the privacy policy section.
After changing extension files, return to chrome://extensions and click the reload button on the CountDown Timer card. Reopen the popup to test the update.
No license has been specified for this repository.
See ATTRIBUTIONS.md for third-party icon notices.