Pomodoro Timer
Configurable Pomodoro Timer for Chrome
Was ist Pomodoro Timer?
Pomodoro Timer ist eine Chrome-Erweiterung, die von René Kulik entwickelt wurde, und ihr Hauptmerkmal ist "Configurable Pomodoro Timer for Chrome".
Erweiterungsscreenshots
Pomodoro Timer-Erweiterungs-CRX-Datei herunterladen
Laden Sie Pomodoro Timer-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | gfkdellldipnnenmjdaecajephcmjdll |
| Offizielle URL | https://chromewebstore.google.com/detail/pomodoro-timer/gfkdellldipnnenmjdaecajephcmjdll |
| Beschreibung | Configurable Pomodoro Timer for Chrome |
| Dateigröße | 124 KB |
| Installationsanzahl | 73 |
| Aktuelle Version | 2.0.1 |
| Letztes Update | 2023-01-21 |
| Veröffentlichungsdatum | 2021-05-09 |
| Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
| Entwickler | René Kulik |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | 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
}
} | |