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. 擴展基本資訊
| 名稱 | |
| ID | pmmnhaaoadicdfmemocgoplcgdmnpmji |
| 官方網址 | 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 |
| 電子郵箱 | [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"
} | |