ScreenAwake

Schedule your screen, using the chrome power API.

Apa itu ScreenAwake?

ScreenAwake adalah ekstensi Chrome yang dikembangkan oleh Mateo Pool, dan fitur utamanya adalah "Schedule your screen, using the chrome power API.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi ScreenAwake

Unduh file ekstensi ScreenAwake dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama ScreenAwake ScreenAwake
ID lgadiplllindjhomnplckccjmfpoikii
URL Resmi https://chromewebstore.google.com/detail/screenawake/lgadiplllindjhomnplckccjmfpoikii
Deskripsi Schedule your screen, using the chrome power API.
Ukuran File 43.17 KB
Jumlah Instalasi 571
Versi Saat Ini 1.1.2
Terakhir Diperbarui 2017-09-15
Tanggal Publikasi 2017-09-15
Pengembang Mateo Pool
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}