ScreenAwake

Schedule your screen, using the chrome power API.

ScreenAwakeとは何ですか?

ScreenAwakeはMateo Poolによって開発されたChromeの拡張機能で、その主な機能は「Schedule your screen, using the chrome power API.」です。

拡張機能のスクリーンショット

screenshot

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                    

拡張機能の基本情報

名前 ScreenAwake 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
Eメール [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"
    }
}