Pomodoro
The Pomodoro Technique - Focus. Relax. Improve. Achieve.
What is Pomodoro?
Pomodoro is a Chrome extension developed by https://onceupon.group, and its main feature is "The Pomodoro Technique - Focus. Relax. Improve. Achieve.".
Extension Screenshots
Download Pomodoro Extension CRX File
Download Pomodoro 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
Pomodoro Technique is a time management method by Francesco Cirillo in the 1980s *****There are six steps in the original technique***** 1. Decide on the task to be done. 2. Set the Pomodoro timer (traditionally to 25 minutes). 3. Work on the task. 4. End work when the timer rings and put a checkmark on a piece of paper. 5. If you have fewer than four checkmarks, take a short break (3–5 minutes) and then return to step 2; otherwise continue to step 6. 6. After four Pomodoros, take a longer break (15–30 minutes), reset your checkmark count to zero, then go to step 1. Application developed by Linh Okita and Nyan.
Extension Basic Information
Name | Pomodoro |
ID | nanjaegameeoomamnliimipmmfabdngd |
Official URL | https://chromewebstore.google.com/detail/pomodoro/nanjaegameeoomamnliimipmmfabdngd |
Description | The Pomodoro Technique - Focus. Relax. Improve. Achieve. |
File Size | 363 KB |
Installation Count | 81 |
Current Version | 1.0.2 |
Last Updated | 2024-03-01 |
Publish Date | 2023-11-14 |
Rating | 5.00/5 Total 2 Ratings |
Developer | https://onceupon.group |
[email protected] | |
Payment Type | free |
Extension Website | https://www.onceupon.group |
Privacy Policy Page URL | https://www.onceupon.group/privacy-policy |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Pomodoro", "description": "The Pomodoro Technique - Focus. Relax. Improve. Achieve.", "version": "1.0.2", "manifest_version": 3, "permissions": [ "alarms", "notifications", "storage", "offscreen", "system.display" ], "action": { "default_popup": "index.html" }, "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "icons": { "16": "pomodoro-16.png", "32": "pomodoro-32.png", "48": "pomodoro-48.png", "128": "pomodoro-128.png" } } |