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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
    }
}