ScreenAwake

Schedule your screen, using the chrome power API.

Co je ScreenAwake?

ScreenAwake je rozšíření Chrome vyvinuté Mateo Pool, a jeho hlavní funkcí je „Schedule your screen, using the chrome power API.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření ScreenAwake

Stáhněte si soubory rozšíření ScreenAwake ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název ScreenAwake ScreenAwake
ID lgadiplllindjhomnplckccjmfpoikii
Oficiální URL https://chromewebstore.google.com/detail/screenawake/lgadiplllindjhomnplckccjmfpoikii
Popis Schedule your screen, using the chrome power API.
Velikost souboru 43.17 KB
Počet instalací 571
Aktuální Verze 1.1.2
Poslední Aktualizace 2017-09-15
Datum Vydání 2017-09-15
Vývojář Mateo Pool
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    }
}