EyeCare

This extension serves as a reminder to follow the 20-20-20 EyeCare rule to reduce the effects of Computer Vision Syndrome.

O que é EyeCare?

EyeCare é uma extensão do Chrome desenvolvida por Akshen Doke, e sua principal característica é "This extension serves as a reminder to follow the 20-20-20 EyeCare rule to reduce the effects of Computer Vision Syndrome.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão EyeCare

Baixe arquivos de extensão EyeCare 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 extension serves as a reminder to follow the 20-20-20 EyeCare rule to reduce the effects of Computer Vision Syndrome and help it's user give their eyes a break they deserve.

- Window closes automatically after 3 seconds.                    

Informações Básicas da Extensão

Nome EyeCare EyeCare
ID pmgplhkchimfpabhikhhibobhhfioknb
URL Oficial https://chrome.google.com/webstore/detail/eyecare/pmgplhkchimfpabhikhhibobhhfioknb
Descrição This extension serves as a reminder to follow the 20-20-20 EyeCare rule to reduce the effects of Computer Vision Syndrome.
Tamanho do Arquivo 122 KB
Contagem de Instalações 145
Versão Atual 1.1
Última Atualização 2017-04-23
Data de Publicação 2017-04-23
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor Akshen Doke
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "storage",
        "alarms"
    ],
    "manifest_version": 2,
    "name": "EyeCare",
    "description": "This extension serves as a reminder to follow the 20-20-20 EyeCare rule to reduce the effects of Computer Vision Syndrome.",
    "version": "1.1"
}