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 |
| 官方網址 | 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"
}
} | |