ScreenAwake
Schedule your screen, using the chrome power API.
ScreenAwakeคืออะไร?
ScreenAwake เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Mateo Pool และคุณลักษณะหลักของมันคือ "Schedule your screen, using the chrome power API."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ScreenAwake
ดาวน์โหลดไฟล์ส่วนขยาย 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
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | ScreenAwake |
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" } } |