ScreenAwake

Schedule your screen, using the chrome power API.

O que é ScreenAwake?

ScreenAwake é uma extensão do Chrome desenvolvida por Mateo Pool, e sua principal característica é "Schedule your screen, using the chrome power API.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão ScreenAwake

Baixe arquivos de extensão ScreenAwake 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

                        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                    

Informações Básicas da Extensão

Nome ScreenAwake ScreenAwake
ID lgadiplllindjhomnplckccjmfpoikii
URL Oficial https://chromewebstore.google.com/detail/screenawake/lgadiplllindjhomnplckccjmfpoikii
Descrição Schedule your screen, using the chrome power API.
Tamanho do Arquivo 43.17 KB
Contagem de Instalações 571
Versão Atual 1.1.2
Última Atualização 2017-09-15
Data de Publicação 2017-09-15
Desenvolvedor Mateo Pool
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}