Blinking Eye
Blinking Eye Extension
什麼是Blinking Eye?
Blinking Eye是由Naveen Dhana Lak開發的Chrome擴展程式,該擴展的主要功能是“Blinking Eye Extension”。
擴展截圖
下載Blinking Eye擴展crx文件
下載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 |
官方網址 | 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" ] } |