Pomodoro Timer
Use the time. Work and rest.
Wat is Pomodoro Timer?
Pomodoro Timer is een Chrome-extensie ontwikkeld door LOCAJANS, en de belangrijkste functie is "Use the time. Work and rest.".
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
Pomodoro Timer - Pomodoro Clock - Use the time. Work and rest. Basisinformatie over de Extensie
| Naam | |
| ID | lfbmbmjkmjmhdjgpkfjchfehgdpfglml |
| Officiële URL | https://chromewebstore.google.com/detail/pomodoro-timer/lfbmbmjkmjmhdjgpkfjchfehgdpfglml |
| Beschrijving | Use the time. Work and rest. |
| Bestandsgrootte | 123 KB |
| Aantal Installaties | 482 |
| Huidige Versie | 1.0 |
| Laatst Bijgewerkt | 2018-07-05 |
| Publicatiedatum | 2018-07-05 |
| Beoordeling | 1.00/5 Totaal 2 Beoordelingen |
| Ontwikkelaar | LOCAJANS |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | http://locajans.com |
| Help Pagina-URL | http://locajans.com |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"version": "1.0",
"name": "Pomodoro Timer",
"description": "Use the time. Work and rest.",
"icons": {
"16": "images\/16.png",
"24": "images\/24.png",
"32": "images\/32.png",
"128": "images\/128.png"
},
"browser_action": {
"default_popup": "index.html"
},
"background": {
"scripts": [
"OneSignal.js",
"background.js"
]
},
"permissions": [
"background",
"https:\/\/locajans.com\/"
]
} | |