20-20-20 EyeCare

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

¿Qué es 20-20-20 EyeCare?

20-20-20 EyeCare es una extensión de Chrome desarrollada por yagrawal2411, y su función principal es "Gives timely reminders to take breaks for the safety of your eyes.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión 20-20-20 EyeCare

Descarga archivos de extensión 20-20-20 EyeCare en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre 20-20-20 EyeCare 20-20-20 EyeCare
ID eihpcdoafdobgpchpdfpgnlbfghjpmen
URL Oficial https://chromewebstore.google.com/detail/20-20-20-eyecare/eihpcdoafdobgpchpdfpgnlbfghjpmen
Descripción Gives timely reminders to take breaks for the safety of your eyes.
Tamaño del Archivo 3.35 MB
Cantidad de Instalaciones 47
Versión Actual 1.0
Última Actualización 2021-01-20
Fecha de Publicación 2021-01-19
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador yagrawal2411
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
    ]
}