Strong Caffeine

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

O que é Strong Caffeine?

Strong Caffeine é uma extensão do Chrome desenvolvida por mhenry1384, e sua principal característica é "Prevents OS from automatically going to sleep or starting screen saver. Intended for use with kiosk web apps.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Strong Caffeine

Baixe arquivos de extensão Strong Caffeine no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome Strong Caffeine Strong Caffeine
ID pmmnhaaoadicdfmemocgoplcgdmnpmji
URL Oficial https://chromewebstore.google.com/detail/strong-caffeine/pmmnhaaoadicdfmemocgoplcgdmnpmji
Descrição Prevents OS from automatically going to sleep or starting screen saver. Intended for use with kiosk web apps.
Tamanho do Arquivo 8.64 KB
Contagem de Instalações 576
Versão Atual 0.1.0
Última Atualização 2021-09-25
Data de Publicação 2021-09-25
Desenvolvedor mhenry1384
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/mhenry1384/caffeine
Idiomas Suportados 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"
}