20-20-20 EyeCare

Gives timely reminders to take breaks for the safety of your eyes.

O que é 20-20-20 EyeCare?

20-20-20 EyeCare é uma extensão do Chrome desenvolvida por yagrawal2411, e sua principal característica é "Gives timely reminders to take breaks for the safety of your eyes.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão 20-20-20 EyeCare

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

                        20-20-20 EyeCare is designed to improve eye health and reduce eye stress. It does so by implementing the 20-20-20 vision rule. The extension reminds the user to look away from their screen every 20 minutes by having a new page popup after the 20 minutes for 20 seconds and then automatically closing. 
How to use:
1) Install the chrome extension from the chrome web store.
2) Click on the popup icon to access the controls.
3) Press start when ready to begin the session. Press clear when done or taking a break from screen usage.

Note: If any issues with the diplayed time arise, please just click the clear button and start the session again to troubleshoot the issue.                    

Informações Básicas da Extensão

Nome 20-20-20 EyeCare 20-20-20 EyeCare
ID eihpcdoafdobgpchpdfpgnlbfghjpmen
URL Oficial https://chromewebstore.google.com/detail/20-20-20-eyecare/eihpcdoafdobgpchpdfpgnlbfghjpmen
Descrição Gives timely reminders to take breaks for the safety of your eyes.
Tamanho do Arquivo 3.35 MB
Contagem de Instalações 47
Versão Atual 1.0
Última Atualização 2021-01-20
Data de Publicação 2021-01-19
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor yagrawal2411
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "20-20-20 EyeCare",
    "description": "Gives timely reminders to take breaks for the safety of your eyes.",
    "version": "1.0",
    "author": "Yash Agrawal",
    "icons": {
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "20-20-20 EyeCare",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "alarms",
        "storage"
    ]
}