Simple extension to measure time. Primary button click starts/pauses the watch, secondary button resets it. Automatically pauses/resumes on screen locking.
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
1. Please remove `schemas/gschemas.compiled`. Not needed for 45+ packages. 2. Remove unnecessary try-catch wrappers (line 229 `extension.js`). 3. Bad practice (line 28 `prefs.js`). You should hold the instance in `window._settings` to avoid the instance getting garbage collected before prefs' window close.