Blinking Eye

Blinking Eye Extension

Blinking Eye क्या है?

Blinking Eye Naveen Dhana Lak द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Blinking Eye Extension"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Blinking Eye एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Blinking Eye helps you in reminding you  to look away from your screen so that your eyes are not strained continuously due to it. The user can also create custom messages to show up at the end of the reminder. This will greatly help you in making your life better by taking care of your eyesight.                    

एक्सटेंशन की मूल जानकारी

नाम Blinking Eye Blinking Eye
ID onikkccimfdclmadifhalfnkjllgeloe
आधिकारिक URL https://chromewebstore.google.com/detail/blinking-eye/onikkccimfdclmadifhalfnkjllgeloe
विवरण Blinking Eye Extension
फ़ाइल का आकार 205 KB
स्थापना संख्या 412
वर्तमान संस्करण 1.1
अंतिम अपडेट 2020-05-22
प्रकाशन तिथि 2020-05-22
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर Naveen Dhana Lak
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.facebook.com/Blinking-Eye-110149507335236/
सहायता पृष्ठ URL https://www.facebook.com/Blinking-Eye-110149507335236/
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Blinking Eye",
    "version": "1.1",
    "description": "Blinking Eye Extension",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "css\/overlay.css"
            ],
            "js": [
                "js\/jquery-3.5.0.min.js",
                "js\/loadingoverlay.js",
                "js\/overlay.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "img\/icon-128.png",
        "default_title": "Blinking Eye",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "img\/favi.png",
        "24": "img\/icon-24.png",
        "32": "img\/icon-32.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    },
    "optional_permissions": [
        "background"
    ],
    "permissions": [
        "tabs",
        "storage"
    ],
    "web_accessible_resources": [
        "css\/overlay.css",
        "css\/Montserrat-Regular.ttf",
        "img\/face.png"
    ]
}