Strong Caffeine
Prevents OS from automatically going to sleep or starting screen saver. Intended for use with kiosk web apps.
Wat is Strong Caffeine?
Strong Caffeine is een Chrome-extensie ontwikkeld door mhenry1384, en de belangrijkste functie is "Prevents OS from automatically going to sleep or starting screen saver. Intended for use with kiosk web apps.".
Extensie Screenshots
Download het CRX-bestand van de extensie Strong Caffeine
Download Strong Caffeine-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Prevents OS from automatically going to sleep or starting screen saver. No option to disable. Intended for use with kiosk web apps.
Basisinformatie over de Extensie
Naam | Strong Caffeine |
ID | pmmnhaaoadicdfmemocgoplcgdmnpmji |
Officiële URL | https://chromewebstore.google.com/detail/strong-caffeine/pmmnhaaoadicdfmemocgoplcgdmnpmji |
Beschrijving | Prevents OS from automatically going to sleep or starting screen saver. Intended for use with kiosk web apps. |
Bestandsgrootte | 8.64 KB |
Aantal Installaties | 576 |
Huidige Versie | 0.1.0 |
Laatst Bijgewerkt | 2021-09-25 |
Publicatiedatum | 2021-09-25 |
Ontwikkelaar | mhenry1384 |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/mhenry1384/caffeine |
Ondersteunde Talen | 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" } |