Eye Rest Notification

An extension to rest your eyes every 20 minutes for 20 seconds.

¿Qué es Eye Rest Notification?

Eye Rest Notification es una extensión de Chrome desarrollada por Purushottam kumar, y su función principal es "An extension to rest your eyes every 20 minutes for 20 seconds.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Eye Rest Notification

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

                        Take care of your eyes! 
Eye Protect while long working on computer,eye rest,eye protect from computer.
Beat dry eyes syndrome while using your computer for long hours. Eye Rest is something all computer users need and have to use to avoid the many health hazards that put their eyes into danger as a result of staring at their screens for so long.Eye Rest Notification                    

Información Básica de la Extensión

Nombre Eye Rest Notification Eye Rest Notification
ID cfhlmmjodlkhnojnaaofaebddbaljoma
URL Oficial https://chromewebstore.google.com/detail/eye-rest-notification/cfhlmmjodlkhnojnaaofaebddbaljoma
Descripción An extension to rest your eyes every 20 minutes for 20 seconds.
Tamaño del Archivo 1.77 MB
Cantidad de Instalaciones 73
Versión Actual 1.0
Última Actualización 2020-08-09
Fecha de Publicación 2020-08-09
Desarrollador Purushottam kumar
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Eye Rest Notification",
    "version": "1.0",
    "description": "An extension to rest your eyes every 20 minutes for 20 seconds.",
    "permissions": [
        "alarms",
        "declarativeContent",
        "storage"
    ],
    "background": {
        "scripts": [
            "helpers.js",
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/lookaway16.png",
            "32": "images\/lookaway32.png",
            "48": "images\/lookaway48.png",
            "128": "images\/lookaway128.png"
        }
    },
    "icons": {
        "16": "images\/lookaway16.png",
        "32": "images\/lookaway32.png",
        "48": "images\/lookaway48.png",
        "128": "images\/lookaway128.png"
    },
    "manifest_version": 2
}