Protect Eye
Protect your eyes and reduce eye fatigue by modifying the background color and adjusting the screen brightness.
什麼是Protect Eye?
Protect Eye是由talentranslate開發的Chrome擴展程式,該擴展的主要功能是“Protect your eyes and reduce eye fatigue by modifying the background color and adjusting the screen brightness.”。
擴展截圖
下載Protect Eye擴展crx文件
下載Protect Eye擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
* It supports replacing the dazzling white in the web page background with olive green, local yellow, bean paste green and light gray, or any color you customize. * Support to adjust screen brightness. * Prevent eye discomfort caused by focusing on Web pages for a long time and protect eyesight.
擴展基本資訊
名稱 | Protect Eye |
ID | mkbaaakkfpacbbcpichcnmjdmgagalfa |
官方網址 | https://chromewebstore.google.com/detail/protect-eye/mkbaaakkfpacbbcpichcnmjdmgagalfa |
簡介 | Protect your eyes and reduce eye fatigue by modifying the background color and adjusting the screen brightness. |
檔案大小 | 94.08 KB |
安裝次數 | 10,723 |
目前版本 | 2.0.0.0 |
更新時間 | 2021-11-15 |
上架時間 | 2018-11-12 |
評分 | 4.31/5 共 39 次評分 |
開發者 | talentranslate |
電子郵箱 | [email protected] |
付費類型 | free |
隱私政策頁面URL | https://www.freeprivacypolicy.com/live/3273275d-2a5f-4848-a70a-ba2bf99982b3 |
支援的語言 | en,zh-CN,zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Protect Eye", "short_name": "Protect Eye", "version": "2.0.0.0", "manifest_version": 2, "offline_enabled": true, "description": "Protect your eyes and reduce eye fatigue by modifying the background color and adjusting the screen brightness.", "default_locale": "en", "browser_action": { "default_icon": { "19": "img\/grey19.png", "38": "img\/icon38.png" }, "default_popup": "popup.html" }, "background": { "persistent": true, "scripts": [ "scripts\/background.js" ] }, "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "content_scripts": [ { "matches": [ " |