Strong Caffeine

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

Co to jest Strong Caffeine?

Strong Caffeine to rozszerzenie Chrome opracowane przez mhenry1384, a jego główną funkcją jest „Prevents OS from automatically going to sleep or starting screen saver. Intended for use with kiosk web apps.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Strong Caffeine

Pobierz pliki rozszerzeń Strong Caffeine w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Strong Caffeine Strong Caffeine
ID pmmnhaaoadicdfmemocgoplcgdmnpmji
Oficjalny URL https://chromewebstore.google.com/detail/strong-caffeine/pmmnhaaoadicdfmemocgoplcgdmnpmji
Opis Prevents OS from automatically going to sleep or starting screen saver. Intended for use with kiosk web apps.
Rozmiar pliku 8.64 KB
Liczba instalacji 576
Aktualna Wersja 0.1.0
Ostatnia Aktualizacja 2021-09-25
Data Publikacji 2021-09-25
Deweloper mhenry1384
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/mhenry1384/caffeine
Obsługiwane Języki 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"
}