Strong Caffeine
Prevents OS from automatically going to sleep or starting screen saver. Intended for use with kiosk web apps.
Apa itu Strong Caffeine?
Strong Caffeine adalah ekstensi Chrome yang dikembangkan oleh mhenry1384, dan fitur utamanya adalah "Prevents OS from automatically going to sleep or starting screen saver. Intended for use with kiosk web apps.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Strong Caffeine
Unduh file ekstensi Strong Caffeine dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Prevents OS from automatically going to sleep or starting screen saver. No option to disable. Intended for use with kiosk web apps.
Informasi Dasar Ekstensi
Nama | Strong Caffeine |
ID | pmmnhaaoadicdfmemocgoplcgdmnpmji |
URL Resmi | https://chromewebstore.google.com/detail/strong-caffeine/pmmnhaaoadicdfmemocgoplcgdmnpmji |
Deskripsi | Prevents OS from automatically going to sleep or starting screen saver. Intended for use with kiosk web apps. |
Ukuran File | 8.64 KB |
Jumlah Instalasi | 576 |
Versi Saat Ini | 0.1.0 |
Terakhir Diperbarui | 2021-09-25 |
Tanggal Publikasi | 2021-09-25 |
Pengembang | mhenry1384 |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/mhenry1384/caffeine |
Bahasa yang Didukung | 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" } |