Local Stopwatch Timer
Extension Actions
CRX ID
mhbihgcibnolkppbmdbgchocmocpbhfc
Description from extension meta
Local Stopwatch Timer: Simple browser timer.
Image from store
Description from store
This addon provides a basic stopwatch and countdown timer functionality. The popup UI contains start/stop/reset buttons and a display for elapsed time (stopwatch) or remaining time (timer). It uses `setInterval` and `clearInterval` to update the time display. Time values are stored in `sessionStorage` or `chrome.storage.session` to persist across popup closures within the same browsing session. No external synchronization or network requests are involved; timekeeping is entirely based on the browser's internal clock.