20 Minute Timer
20 Minute Timer is an alarm that fires after twenty minutes.
Cos'è 20 Minute Timer?
20 Minute Timer è un'estensione di Chrome sviluppata da DMBFullstack, e la sua funzione principale è "20 Minute Timer is an alarm that fires after twenty minutes.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione 20 Minute Timer
Scarica i file di estensione 20 Minute Timer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | 20 Minute Timer |
ID | mjpefkiaapcahdnkgccllcplgafdjifj |
URL Ufficiale | https://chromewebstore.google.com/detail/20-minute-timer/mjpefkiaapcahdnkgccllcplgafdjifj |
Descrizione | 20 Minute Timer is an alarm that fires after twenty minutes. |
Dimensione del File | 959 KB |
Conteggio Installazioni | 405 |
Versione Corrente | 1.0.1 |
Ultimo Aggiornamento | 2016-04-09 |
Data di Pubblicazione | 2016-04-09 |
Valutazione | 4.86/5 Totale 7 Valutazioni |
Sviluppatore | DMBFullstack |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |