Pomodoro Timer
Simple pomodoro timer
Wat is Pomodoro Timer?
Pomodoro Timer is een Chrome-extensie ontwikkeld door Sergey Markin & Oleg Egorov, en de belangrijkste functie is "Simple pomodoro timer".
Extensie Screenshots
Download het CRX-bestand van de extensie Pomodoro Timer
Download Pomodoro Timer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | okbedhkoibggbokmnkafehodicaihefj |
| Officiële URL | https://chromewebstore.google.com/detail/pomodoro-timer/okbedhkoibggbokmnkafehodicaihefj |
| Beschrijving | Simple pomodoro timer |
| Bestandsgrootte | 75.69 KB |
| Aantal Installaties | 66 |
| Huidige Versie | 1.0.3 |
| Laatst Bijgewerkt | 2020-04-18 |
| Publicatiedatum | 2020-04-18 |
| Ontwikkelaar | Sergey Markin & Oleg Egorov |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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
} | |