Pomodoro Timer
Configurable Pomodoro Timer for Chrome
What is Pomodoro Timer?
Pomodoro Timer is a Chrome extension developed by René Kulik, and its main feature is "Configurable Pomodoro Timer for Chrome".
Extension Screenshots
Download Pomodoro Timer Extension CRX File
Download Pomodoro Timer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Configurable Pomodoro Timer which helps you resist self-interruptions so you stay focused and productive. Features: - Configurable timer, short break and long break duration - Toolbar icon with countdown timer - Stop and reset option - Notifications
Extension Basic Information
Name | Pomodoro Timer |
ID | gfkdellldipnnenmjdaecajephcmjdll |
Official URL | https://chromewebstore.google.com/detail/pomodoro-timer/gfkdellldipnnenmjdaecajephcmjdll |
Description | Configurable Pomodoro Timer for Chrome |
File Size | 124 KB |
Installation Count | 73 |
Current Version | 2.0.1 |
Last Updated | 2023-01-21 |
Publish Date | 2021-05-09 |
Rating | 5.00/5 Total 1 Ratings |
Developer | René Kulik |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Pomodoro Timer", "description": "Configurable Pomodoro Timer for Chrome", "version": "2.0.1", "manifest_version": 3, "author": "Ren\u00e9 Kulik", "permissions": [ "storage", "notifications" ], "background": { "service_worker": "\/static\/js\/background.js" }, "icons": { "16": "\/images\/icon16.png", "32": "\/images\/icon32.png", "48": "\/images\/icon48.png", "128": "\/images\/icon128.png" }, "action": { "default_popup": "\/popup.html", "default_icon": { "16": "\/images\/icon16.png" } }, "options_ui": { "page": "\/options.html", "open_in_tab": true } } |