Blinkr

This extension helps you in protecting your eye

ما هو Blinkr؟

Blinkr هو إضافة Chrome تم تطويرها بواسطة sudarsangp، والميزة الرئيسية لها هي "This extension helps you in protecting your eye".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Blinkr

قم بتنزيل ملفات الامتداد Blinkr بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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                    

معلومات أساسية عن التمديد

الاسم Blinkr Blinkr
ID dekahfgjibblkpibifmmhblokkdgdoef
عنوان URL الرسمي https://chromewebstore.google.com/detail/blinkr/dekahfgjibblkpibifmmhblokkdgdoef
الوصف This extension helps you in protecting your eye
حجم الملف 5.01 KB
عدد التثبيتات 45
النسخة الحالية 1.1
آخر تحديث 2016-10-22
تاريخ النشر 2016-10-22
تقييم 4.90/5 مجموع تقييمات 10
المطور sudarsangp
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة 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
    }
}