Blinkr

This extension helps you in protecting your eye

What is Blinkr?

Blinkr is a Chrome extension developed by sudarsangp, and its main feature is "This extension helps you in protecting your eye".

Extension Screenshots

screenshot

Download Blinkr Extension CRX File

Download Blinkr extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Blinkr Blinkr
ID dekahfgjibblkpibifmmhblokkdgdoef
Official URL https://chromewebstore.google.com/detail/blinkr/dekahfgjibblkpibifmmhblokkdgdoef
Description This extension helps you in protecting your eye
File Size 5.01 KB
Installation Count 45
Current Version 1.1
Last Updated 2016-10-22
Publish Date 2016-10-22
Rating 4.90/5 Total 10 Ratings
Developer sudarsangp
Email [email protected]
Payment Type free
Supported Languages 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
    }
}