ScreenAwake

Schedule your screen, using the chrome power API.

ScreenAwake là gì?

ScreenAwake là một tiện ích mở rộng Chrome được phát triển bởi Mateo Pool, và tính năng chính của nó là "Schedule your screen, using the chrome power API.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng ScreenAwake

Tải xuống các tệp mở rộng ScreenAwake dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên ScreenAwake ScreenAwake
ID lgadiplllindjhomnplckccjmfpoikii
URL Chính Thức https://chromewebstore.google.com/detail/screenawake/lgadiplllindjhomnplckccjmfpoikii
Mô tả Schedule your screen, using the chrome power API.
Kích Thước Tệp 43.17 KB
Số Lần Cài Đặt 571
Phiên Bản Hiện Tại 1.1.2
Cập Nhật Lần Cuối 2017-09-15
Ngày Phát Hành 2017-09-15
Nhà Phát Triển Mateo Pool
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}