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 |
公式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 |
Eメール | [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" ] } |