Blinkr

This extension helps you in protecting your eye

Cos'è Blinkr?

Blinkr è un'estensione di Chrome sviluppata da sudarsangp, e la sua funzione principale è "This extension helps you in protecting your eye".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Blinkr

Scarica i file di estensione Blinkr in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Blinkr Blinkr
ID dekahfgjibblkpibifmmhblokkdgdoef
URL Ufficiale https://chromewebstore.google.com/detail/blinkr/dekahfgjibblkpibifmmhblokkdgdoef
Descrizione This extension helps you in protecting your eye
Dimensione del File 5.01 KB
Conteggio Installazioni 45
Versione Corrente 1.1
Ultimo Aggiornamento 2016-10-22
Data di Pubblicazione 2016-10-22
Valutazione 4.90/5 Totale 10 Valutazioni
Sviluppatore sudarsangp
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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
    }
}