Blinkr

This extension helps you in protecting your eye

¿Qué es Blinkr?

Blinkr es una extensión de Chrome desarrollada por sudarsangp, y su función principal es "This extension helps you in protecting your eye".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Blinkr

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

                        It is recommended to blink your eye at regular intervals of time. Blinking provides moisture to the eye by irrigation using tears and a lubricant the eyes secrete. The eyelid provides suction across the eye from the tear duct to the entire eyeball to keep it from drying out. Blinking also protects the eye from irritants. For more information please refer here - https://en.wikipedia.org/wiki/Blinking                    

Información Básica de la Extensión

Nombre Blinkr Blinkr
ID dekahfgjibblkpibifmmhblokkdgdoef
URL Oficial https://chromewebstore.google.com/detail/blinkr/dekahfgjibblkpibifmmhblokkdgdoef
Descripción This extension helps you in protecting your eye
Tamaño del Archivo 5.01 KB
Cantidad de Instalaciones 45
Versión Actual 1.1
Última Actualización 2016-10-22
Fecha de Publicación 2016-10-22
Calificación 4.90/5 Total de 10 Calificaciones
Desarrollador sudarsangp
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": "Blinkr",
    "description": "This extension helps you in protecting your eye",
    "version": "1.1",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "alarms",
        "notifications",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    }
}