Timer
This simple timer tells you when your time is up.
Cos'è Timer?
Timer è un'estensione di Chrome sviluppata da Kuba Szulaczkowski, e la sua funzione principale è "This simple timer tells you when your time is up.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Timer
Scarica i file di estensione 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
Set it for up to 4 hours Pause or start the timer over Persistent desktop notification with looping sound Additional sounds are available as an in-app payment
Informazioni di Base sull'Estensione
Nome | Timer |
ID | hepmlgghomccjinhcnkkikjpgkjibglj |
URL Ufficiale | https://chromewebstore.google.com/detail/timer/hepmlgghomccjinhcnkkikjpgkjibglj |
Descrizione | This simple timer tells you when your time is up. |
Dimensione del File | 522 KB |
Conteggio Installazioni | 164,548 |
Versione Corrente | 1.3.0.2 |
Ultimo Aggiornamento | 2018-10-03 |
Data di Pubblicazione | 2018-10-03 |
Valutazione | 4.20/5 Totale 498 Valutazioni |
Sviluppatore | Kuba Szulaczkowski |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Timer", "version": "1.3.0.2", "manifest_version": 2, "description": "This simple timer tells you when your time is up.", "icons": { "16": "img\/16.png", "32": "img\/32.png", "48": "img\/48.png", "128": "img\/128.png" }, "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "img\/clock.png", "default_popup": "popup.html" }, "minimum_chrome_version": "50", "offline_enabled": true, "permissions": [ "notifications", "storage" ], "web_accessible_resources": [ "img\/48.png" ] } |