Pomodoro Timer
Simple pomodoro timer
Vad är Pomodoro Timer?
Pomodoro Timer är en Chrome-tillägg utvecklad av Sergey Markin & Oleg Egorov, och dess huvudfunktion är "Simple pomodoro timer".
Tilläggsskärmbilder
Ladda ner Pomodoro Timer-förlängningens CRX-fil
Ladda ner Pomodoro Timer-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. Grundläggande Information om Tillägg
| Namn | |
| ID | okbedhkoibggbokmnkafehodicaihefj |
| Officiell webbadress | https://chromewebstore.google.com/detail/pomodoro-timer/okbedhkoibggbokmnkafehodicaihefj |
| Beskrivning | Simple pomodoro timer |
| Filstorlek | 75.69 KB |
| Antal Installationer | 66 |
| Aktuell Version | 1.0.3 |
| Senast Uppdaterad | 2020-04-18 |
| Publiceringsdatum | 2020-04-18 |
| Utvecklare | Sergey Markin & Oleg Egorov |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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
} | |