Timer
This is a simple pomodoro timer.
Wat is Timer?
Timer is een Chrome-extensie ontwikkeld door Adrian Karalus, en de belangrijkste functie is "This is a simple pomodoro timer.".
Extensie Screenshots
Download het CRX-bestand van de extensie Timer
Download 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
Basisinformatie over de Extensie
Naam | Timer |
ID | pakimokpohbojafpbgknlohgoepnelki |
Officiële URL | https://chromewebstore.google.com/detail/timer/pakimokpohbojafpbgknlohgoepnelki |
Beschrijving | This is a simple pomodoro timer. |
Bestandsgrootte | 56.52 KB |
Aantal Installaties | 794 |
Huidige Versie | 0.1 |
Laatst Bijgewerkt | 2018-01-10 |
Publicatiedatum | 2018-01-09 |
Beoordeling | 5.00/5 Totaal 5 Beoordelingen |
Ontwikkelaar | Adrian Karalus |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/RamzesBlog/pomodoro-timer |
Help Pagina-URL | https://github.com/RamzesBlog/pomodoro-timer |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Timer", "description": "This is a simple pomodoro timer.", "version": "0.1", "browser_action": { "default_icon": "pomodoro_x128.png", "default_popup": "pomodoro-timer.html" }, "icons": { "128": "pomodoro_x128.png" }, "permissions": [ "background", "storage", "notifications" ], "background": { "page": "background.html" } } |