Pom
Pomodoro timer
Wat is Pom?
Pom is een Chrome-extensie ontwikkeld door J, en de belangrijkste functie is "Pomodoro timer".
Extensie Screenshots
Download het CRX-bestand van de extensie Pom
Download Pom-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
A simple Pomodoro timer to keep you on track. Basisinformatie over de Extensie
| Naam | |
| ID | mamgoofgjgcbelgbcpdcapdiahnjdjoj |
| Officiële URL | https://chromewebstore.google.com/detail/pom/mamgoofgjgcbelgbcpdcapdiahnjdjoj |
| Beschrijving | Pomodoro timer |
| Bestandsgrootte | 41.15 KB |
| Aantal Installaties | 15 |
| Huidige Versie | 1.0 |
| Laatst Bijgewerkt | 2019-01-29 |
| Publicatiedatum | 2019-01-29 |
| Ontwikkelaar | J |
| Betalingswijze | free |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Pom",
"version": "1.0",
"description": "Pomodoro timer",
"manifest_version": 2,
"browser_action": {
"default_popup": "main.html"
},
"background": {
"scripts": [
"background_alarms.js"
],
"persistent": false
},
"permissions": [
"alarms",
"notifications"
],
"web_accessible_resources": [
"pom.png"
],
"icons": {
"48": "pom.png"
}
} | |