Strong Caffeine
Prevents OS from automatically going to sleep or starting screen saver. Intended for use with kiosk web apps.
Qu'est-ce que Strong Caffeine ?
Strong Caffeine est une extension Chrome développée par mhenry1384, et sa fonction principale est "Prevents OS from automatically going to sleep or starting screen saver. Intended for use with kiosk web apps.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Strong Caffeine
Téléchargez les fichiers d'extension Strong Caffeine au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Prevents OS from automatically going to sleep or starting screen saver. No option to disable. Intended for use with kiosk web apps.
Informations de Base sur l'Extension
Nom | Strong Caffeine |
ID | pmmnhaaoadicdfmemocgoplcgdmnpmji |
URL Officiel | https://chromewebstore.google.com/detail/strong-caffeine/pmmnhaaoadicdfmemocgoplcgdmnpmji |
Description | Prevents OS from automatically going to sleep or starting screen saver. Intended for use with kiosk web apps. |
Taille du Fichier | 8.64 KB |
Nombre d'Installations | 576 |
Version Actuelle | 0.1.0 |
Dernière Mise à Jour | 2021-09-25 |
Date de Publication | 2021-09-25 |
Développeur | mhenry1384 |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/mhenry1384/caffeine |
Langues Prises en Charge | 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" } |