Strong Caffeine
Prevents OS from automatically going to sleep or starting screen saver. Intended for use with kiosk web apps.
Strong Caffeineとは何ですか?
Strong Caffeineはmhenry1384によって開発されたChromeの拡張機能で、その主な機能は「Prevents OS from automatically going to sleep or starting screen saver. Intended for use with kiosk web apps.」です。
拡張機能のスクリーンショット
Strong Caffeine拡張機能のCRXファイルをダウンロード
Strong Caffeine拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Prevents OS from automatically going to sleep or starting screen saver. No option to disable. Intended for use with kiosk web apps.
拡張機能の基本情報
名前 | Strong Caffeine |
ID | pmmnhaaoadicdfmemocgoplcgdmnpmji |
公式URL | https://chromewebstore.google.com/detail/strong-caffeine/pmmnhaaoadicdfmemocgoplcgdmnpmji |
説明 | Prevents OS from automatically going to sleep or starting screen saver. Intended for use with kiosk web apps. |
ファイルサイズ | 8.64 KB |
インストール数 | 576 |
現在のバージョン | 0.1.0 |
最終更新日 | 2021-09-25 |
公開日 | 2021-09-25 |
開発者 | mhenry1384 |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/mhenry1384/caffeine |
対応言語 | 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" } |