Simple Timer
Simple timer that shows a popup when time is up.
Cos'è Simple Timer?
Simple Timer è un'estensione di Chrome sviluppata da jsg, e la sua funzione principale è "Simple timer that shows a popup when time is up.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Simple Timer
Scarica i file di estensione Simple 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
Simple timer that shows a popup when time is up. Simple and unobtrusive. Informazioni di Base sull'Estensione
| Nome | |
| ID | hhoihjklpidiicnmmlndmpkahnmfmfho |
| URL Ufficiale | https://chromewebstore.google.com/detail/simple-timer/hhoihjklpidiicnmmlndmpkahnmfmfho |
| Descrizione | Simple timer that shows a popup when time is up. |
| Dimensione del File | 20.09 KB |
| Conteggio Installazioni | 1,337 |
| Versione Corrente | 1.0 |
| Ultimo Aggiornamento | 2014-06-07 |
| Data di Pubblicazione | 2014-06-07 |
| Valutazione | 4.17/5 Totale 6 Valutazioni |
| Sviluppatore | jsg |
| Tipo di Pagamento | free |
| Lingue Supportate | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Simple Timer",
"version": "1.0",
"description": "Simple timer that shows a popup when time is up.",
"browser_action": {
"default_title": "Timer",
"default_icon": "timer-icon.png",
"default_popup": "popup.html"
},
"background": {
"scripts": [
"sample.js"
],
"persistent": true
},
"manifest_version": 2
} | |