Blinking Eye
Blinking Eye Extension
Blinking Eyeคืออะไร?
Blinking Eye เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Naveen Dhana Lak และคุณลักษณะหลักของมันคือ "Blinking Eye Extension"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Blinking Eye
ดาวน์โหลดไฟล์ส่วนขยาย Blinking Eye ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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 |
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" ] } |