ScreenAwake

Schedule your screen, using the chrome power API.

ScreenAwake क्या है?

ScreenAwake Mateo Pool द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Schedule your screen, using the chrome power API."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में ScreenAwake एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
ईमेल [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"
    }
}