Pomodoro Timer
Pomodoro Timer App
What is Pomodoro Timer?
Pomodoro Timer is a Chrome extension developed by frekans7, and its main feature is "Pomodoro Timer App".
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 aim of this app is to help you focus on any task you are working on, such as study, writing, or coding. This app is inspired by Pomodoro Technique which is a time management method developed by Francesco Cirillo. The Pomodoro Technique is a time management method developed by Francesco Cirillo in the late 1980s. The technique uses a timer to break down work into intervals, traditionally 25 minutes in length, separated by short breaks. These intervals are named pomodoros. — Pomodoro Technique, Wikipedia Pomodoro ™ and Pomodoro Technique ® are registered trademarks of Francesco Cirillo. This app is not affiliated with Francesco Cirillo. Features of the application * Responsive design * Color transition * Audio notification * Light/Dark theme A timer to use the Pomodoro Technique
Extension Basic Information
Name | Pomodoro Timer |
ID | gnljbloihakcbnldjgjkgikbgehkphig |
Official URL | https://chromewebstore.google.com/detail/pomodoro-timer/gnljbloihakcbnldjgjkgikbgehkphig |
Description | Pomodoro Timer App |
File Size | 645 KB |
Installation Count | 1,002 |
Current Version | 1.2 |
Last Updated | 2022-04-05 |
Publish Date | 2020-04-29 |
Rating | 4.00/5 Total 3 Ratings |
Developer | frekans7 |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/frekans7/pomodoro-timer |
Help Page URL | https://github.com/frekans7/pomodoro-timer |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Pomodoro Timer", "author": "@frekans7", "description": "Pomodoro Timer App", "version": "1.2", "icons": { "16": "pomodoro.png", "48": "pomodoro.png", "128": "pomodoro.png" }, "background": { "service_worker": "chrome\/background.js" }, "action": { "default_title": "Pomodoro", "default_icon": "pomodoro.png" }, "permissions": [ "notifications" ] } |