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 |
| 官方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 |
| 电子邮箱 | [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"
} | |