20 Minute Timer
20 Minute Timer is an alarm that fires after twenty minutes.
Wat is 20 Minute Timer?
20 Minute Timer is een Chrome-extensie ontwikkeld door DMBFullstack, en de belangrijkste functie is "20 Minute Timer is an alarm that fires after twenty minutes.".
Extensie Screenshots
Download het CRX-bestand van de extensie 20 Minute Timer
Download 20 Minute 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
This is a 20 minute timer. It has a dual-purpose start/stop button and a reset button. When the popup is open the remaining time is visible and updated every second. A badge on the plugin's icon is visible when the timer is running and when the timer has finished. A zen bell sounds and a notification is generated when the timer elapses.
Basisinformatie over de Extensie
Naam | 20 Minute Timer |
ID | mjpefkiaapcahdnkgccllcplgafdjifj |
Officiële URL | https://chromewebstore.google.com/detail/20-minute-timer/mjpefkiaapcahdnkgccllcplgafdjifj |
Beschrijving | 20 Minute Timer is an alarm that fires after twenty minutes. |
Bestandsgrootte | 959 KB |
Aantal Installaties | 405 |
Huidige Versie | 1.0.1 |
Laatst Bijgewerkt | 2016-04-09 |
Publicatiedatum | 2016-04-09 |
Beoordeling | 4.86/5 Totaal 7 Beoordelingen |
Ontwikkelaar | DMBFullstack |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "20 Minute Timer", "short_name": "20 Minute Timer", "description": "20 Minute Timer is an alarm that fires after twenty minutes.", "version": "1.0.1", "author": "DMBFullstack", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "20 Minute Timer" }, "permissions": [ "notifications", "alarms", "storage" ], "web_accessible_resources": [ "icon.png" ], "background": { "page": "eventPage.html", "persistent": false }, "icons": { "16": "icon.png", "48": "icon48.png", "128": "icon128.png" } } |