Pomodoro Timer
Simple pomodoro timer
What is Pomodoro Timer?
Pomodoro Timer is a Chrome extension developed by Sergey Markin & Oleg Egorov, and its main feature is "Simple pomodoro timer".
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
The Pomodoro Technique is a time management method developed by Francesco Cirillo. The technique uses a timer to break down work into intervals, traditionally 25 minutes in length, separated by short breaks. Each interval is known as a pomodoro, from the Italian word for 'tomato'. In this extension, working time is 25 minutes, rest time is 5 minutes.
Extension Basic Information
Name | Pomodoro Timer |
ID | okbedhkoibggbokmnkafehodicaihefj |
Official URL | https://chromewebstore.google.com/detail/pomodoro-timer/okbedhkoibggbokmnkafehodicaihefj |
Description | Simple pomodoro timer |
File Size | 75.69 KB |
Installation Count | 66 |
Current Version | 1.0.3 |
Last Updated | 2020-04-18 |
Publish Date | 2020-04-18 |
Developer | Sergey Markin & Oleg Egorov |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Pomodoro Timer", "version": "1.0.3", "description": "Simple pomodoro timer", "permissions": [ "storage", "declarativeContent", "alarms" ], "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_popup": "popup.html" }, "icons": { "16": "pomodoro16.png", "48": "pomodoro48.png", "128": "pomodoro128.png" }, "manifest_version": 2 } |