Blinkr

This extension helps you in protecting your eye

Co je Blinkr?

Blinkr je rozšíření Chrome vyvinuté sudarsangp, a jeho hlavní funkcí je „This extension helps you in protecting your eye“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Blinkr

Stáhněte si soubory rozšíření Blinkr ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Blinkr Blinkr
ID dekahfgjibblkpibifmmhblokkdgdoef
Oficiální URL https://chromewebstore.google.com/detail/blinkr/dekahfgjibblkpibifmmhblokkdgdoef
Popis This extension helps you in protecting your eye
Velikost souboru 5.01 KB
Počet instalací 45
Aktuální Verze 1.1
Poslední Aktualizace 2016-10-22
Datum Vydání 2016-10-22
Hodnocení 4.90/5 Celkem 10 Hodnocení
Vývojář sudarsangp
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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
    }
}