Strong Caffeine
Prevents OS from automatically going to sleep or starting screen saver. Intended for use with kiosk web apps.
Cos'è Strong Caffeine?
Strong Caffeine è un'estensione di Chrome sviluppata da mhenry1384, e la sua funzione principale è "Prevents OS from automatically going to sleep or starting screen saver. Intended for use with kiosk web apps.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Strong Caffeine
Scarica i file di estensione Strong Caffeine 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
Prevents OS from automatically going to sleep or starting screen saver. No option to disable. Intended for use with kiosk web apps.
Informazioni di Base sull'Estensione
Nome | Strong Caffeine |
ID | pmmnhaaoadicdfmemocgoplcgdmnpmji |
URL Ufficiale | https://chromewebstore.google.com/detail/strong-caffeine/pmmnhaaoadicdfmemocgoplcgdmnpmji |
Descrizione | Prevents OS from automatically going to sleep or starting screen saver. Intended for use with kiosk web apps. |
Dimensione del File | 8.64 KB |
Conteggio Installazioni | 576 |
Versione Corrente | 0.1.0 |
Ultimo Aggiornamento | 2021-09-25 |
Data di Pubblicazione | 2021-09-25 |
Sviluppatore | mhenry1384 |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/mhenry1384/caffeine |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "0.1.0", "name": "Strong Caffeine", "description": "Prevents OS from automatically going to sleep or starting screen saver. Intended for use with kiosk web apps.", "permissions": [ "power" ], "icons": { "128": "data\/icons\/128.png" }, "background": { "persistent": false, "scripts": [ "background.js" ] }, "browser_action": [], "homepage_url": "https:\/\/github.com\/mhenry1384\/caffeine" } |