ScreenAwake
Schedule your screen, using the chrome power API.
什么是ScreenAwake?
ScreenAwake是由Mateo Pool开发的Chrome扩展程序,该扩展的主要功能是“Schedule your screen, using the chrome power API.”。
扩展截图
下载ScreenAwake扩展crx文件
下载ScreenAwake扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This is based on KeepAwake, but allows you to schedule the display to turn on and off.
NOTICE: Sleep simply returns control of the display to the system, allowing the system to put your display to sleep. It is not currently possible with a chrome extension to put your device directly to sleep.
*1.1.2*
Opens and closes window, to make sure your screen wakes 扩展基本信息
| 名称 | |
| ID | lgadiplllindjhomnplckccjmfpoikii |
| 官方URL | https://chromewebstore.google.com/detail/screenawake/lgadiplllindjhomnplckccjmfpoikii |
| 简介 | Schedule your screen, using the chrome power API. |
| 文件大小 | 43.17 KB |
| 安装次数 | 571 |
| 当前版本 | 1.1.2 |
| 更新时间 | 2017-09-15 |
| 上架时间 | 2017-09-15 |
| 开发者 | Mateo Pool |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "ScreenAwake",
"version": "1.1.2",
"manifest_version": 2,
"description": "Schedule your screen, using the chrome power API.",
"icons": {
"16": "Sun16.png",
"48": "Sun48.png",
"128": "Sun.png"
},
"permissions": [
"power",
"storage"
],
"background": {
"scripts": [
"background.js"
]
},
"browser_action": {
"default_icon": "Sun16.png",
"default_title": "ScreenAwake",
"default_popup": "index.html"
}
} | |