Strong Caffeine

Prevents OS from automatically going to sleep or starting screen saver. Intended for use with kiosk web apps.

Strong Caffeine क्या है?

Strong Caffeine mhenry1384 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Prevents OS from automatically going to sleep or starting screen saver. Intended for use with kiosk web apps."।

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

screenshot

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

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

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

                        Prevents OS from automatically going to sleep or starting screen saver.  No option to disable. Intended for use with kiosk web apps.                    

एक्सटेंशन की मूल जानकारी

नाम Strong Caffeine Strong Caffeine
ID pmmnhaaoadicdfmemocgoplcgdmnpmji
आधिकारिक URL https://chromewebstore.google.com/detail/strong-caffeine/pmmnhaaoadicdfmemocgoplcgdmnpmji
विवरण Prevents OS from automatically going to sleep or starting screen saver. Intended for use with kiosk web apps.
फ़ाइल का आकार 8.64 KB
स्थापना संख्या 576
वर्तमान संस्करण 0.1.0
अंतिम अपडेट 2021-09-25
प्रकाशन तिथि 2021-09-25
डेवलपर mhenry1384
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/mhenry1384/caffeine
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "0.1.0",
    "name": "Strong Caffeine",
    "description": "Prevents OS from automatically going to sleep or starting screen saver.  Intended for use with kiosk web apps.",
    "permissions": [
        "power"
    ],
    "icons": {
        "128": "data\/icons\/128.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": [],
    "homepage_url": "https:\/\/github.com\/mhenry1384\/caffeine"
}