Interval Timer
The custom timer that allows you to set specific intervals.
Cos'è Interval Timer?
Interval Timer è un'estensione di Chrome sviluppata da Sonny Lowe, e la sua funzione principale è "The custom timer that allows you to set specific intervals.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Interval Timer
Scarica i file di estensione Interval 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 wonderful extension allows you to make custom interval timers. For example, one timer that has 3 sections of 30 seconds, then 10, then 30 seconds again. It will alert you after each section is complete. This can be used for workout circuits, focus sessions, game timers, and so much more. With a simple user interface, this extension is for anyone! Download and enjoy!
Informazioni di Base sull'Estensione
Nome | Interval Timer |
ID | bpdmidochfpcblafhhkblgkehaoafahi |
URL Ufficiale | https://chromewebstore.google.com/detail/interval-timer/bpdmidochfpcblafhhkblgkehaoafahi |
Descrizione | The custom timer that allows you to set specific intervals. |
Dimensione del File | 586 KB |
Conteggio Installazioni | 827 |
Versione Corrente | 1.0. |
Ultimo Aggiornamento | 2020-06-28 |
Data di Pubblicazione | 2020-06-28 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | Sonny Lowe |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Interval Timer", "version": "1.0.0", "version_name": "1.0.", "description": "The custom timer that allows you to set specific intervals.", "permissions": [ "declarativeContent" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "content_security_policy": "script-src 'self' https:\/\/kit.fontawesome.com\/; object-src 'self'", "browser_action": { "default_icon": { "32": "assets\/timerIcon-32.png", "48": "assets\/timerIcon-48.png", "128": "assets\/timerIcon-128.png", "534": "assets\/timerIcon-534.png" } }, "icons": { "32": "assets\/timerIcon-32.png", "48": "assets\/timerIcon-48.png", "128": "assets\/timerIcon-128.png", "534": "assets\/timerIcon-534.png" }, "manifest_version": 2 } |