718 B
718 B
Contributing
Development
This extension has no package manager or dependency install step. Edit the plain JavaScript, HTML, CSS, and manifest files directly.
Run the syntax checks before submitting changes:
node --check background.js
node --check popup/popup.js
Manual Testing
- Open
opera://extensions. - Enable developer mode.
- Load this folder as an unpacked extension.
- Open the popup and verify cache clearing, timer save, timer disable, and status display.
Security Expectations
- Do not add host permissions unless required by a documented feature.
- Do not add cookie, history, downloads, or tabs permissions without explicit review.
- Do not add external network calls.