Timer
A chrome extension that allows you to set timer and alert
Cos'è Timer?
Timer è un'estensione di Chrome sviluppata da Thu Nguyen, e la sua funzione principale è "A chrome extension that allows you to set timer and alert".
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
A basic timer with sound and notifications. Can set time up to hours as Informazioni di Base sull'Estensione
| Nome | |
| ID | jeeccbgpjcoijhgboccheomodgnhaddi |
| URL Ufficiale | https://chromewebstore.google.com/detail/timer/jeeccbgpjcoijhgboccheomodgnhaddi |
| Descrizione | A chrome extension that allows you to set timer and alert |
| Dimensione del File | 297 KB |
| Conteggio Installazioni | 422 |
| Versione Corrente | 1.0.0 |
| Ultimo Aggiornamento | 2016-11-11 |
| Data di Pubblicazione | 2016-11-10 |
| Valutazione | 4.25/5 Totale 4 Valutazioni |
| Sviluppatore | Thu Nguyen |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Timer",
"version": "1.0.0",
"description": "A chrome extension that allows you to set timer and alert",
"author": "ThuNguyen",
"browser_action": {
"default_icon": "icon.png",
"default_popup": "index.html",
"default_title": "Set!"
},
"background": {
"scripts": [
"background.js"
]
},
"permissions": [
"notifications"
]
} | |