Little Timer
Only 8 type timers
Cos'è Little Timer?
Little Timer è un'estensione di Chrome sviluppata da newstep, e la sua funzione principale è "Only 8 type timers".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Little Timer
Scarica i file di estensione Little 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
Features - Set timer by one click. - Notify by new tab after the time has elapsed. - Time that can be set is 3, 5, 10, 15, 25, 30, 45, 60 minutes. - Remaining time is displayed on the right bottom of the icon. - Notify with a message if you enter a message.
Informazioni di Base sull'Estensione
Nome | |
ID | hoojobmcgpegpdbaagmopahobnnnhhmh |
URL Ufficiale | https://chrome.google.com/webstore/detail/little-timer/hoojobmcgpegpdbaagmopahobnnnhhmh |
Descrizione | Only 8 type timers |
Dimensione del File | 20.62 KB |
Conteggio Installazioni | 374 |
Versione Corrente | 1.2.0 |
Ultimo Aggiornamento | 2017-02-07 |
Data di Pubblicazione | 2017-02-07 |
Valutazione | 5.00/5 Totale 3 Valutazioni |
Sviluppatore | newstep |
Tipo di Pagamento | free |
Lingue Supportate | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Little Timer", "description": "__MSG_extDescription__", "version": "1.2.0", "manifest_version": 2, "browser_action": { "default_icon": { "16": "timer16.png", "19": "timer19.png", "128": "timer128.png" }, "default_title": "Little Timer", "default_popup": "popup.html" }, "default_locale": "en", "permissions": [ "tabs", "http:\/\/*\/*", "background" ], "icons": { "19": "timer19.png" }, "background": { "scripts": [ "eventPage.js" ], "persistent": false } } |