Eye Care

Take care of your eyes!

¿Qué es Eye Care?

Eye Care es una extensión de Chrome desarrollada por Redjan Ymeraj, y su función principal es "Take care of your eyes!".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Eye Care

Descarga archivos de extensión Eye Care 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

                        This extension sends you notification in every 30 or 60 minutes to remind you to rest your eyes. 

By clicking on the notification you can stop the reminding process witch continues for 1 min. 

You get to choose the starting and end time when you would like to start the reminding process and also disable them in days like weekends or always. 

Set custom messages.

Disable audio if it bothers you.

More updates are coming soon... :)                    

Información Básica de la Extensión

Nombre Eye Care Eye Care
ID dhphhgimonjoemfeppchefepnabneknk
URL Oficial https://chromewebstore.google.com/detail/eye-care/dhphhgimonjoemfeppchefepnabneknk
Descripción Take care of your eyes!
Tamaño del Archivo 292 KB
Cantidad de Instalaciones 48
Versión Actual 0.4
Última Actualización 2017-09-01
Fecha de Publicación 2017-09-01
Calificación 4.75/5 Total de 4 Calificaciones
Desarrollador Redjan Ymeraj
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://github.com/redjanym/EyeCare
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Eye Care",
    "description": "Take care of your eyes!",
    "version": "0.4",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "images\/icon16.png",
        "default_title": "Eye Care",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "scripts\/setup.js",
            "scripts\/notify.js",
            "scripts\/background.js"
        ]
    },
    "icons": {
        "128": "images\/icon128.png",
        "16": "images\/icon16.png",
        "48": "images\/icon48.png"
    },
    "permissions": [
        "background",
        "notifications"
    ]
}