Night Shift. Eye Protection Mode
Custom change brightness or color scheme. Set your own color in warm-to-cold range. Protect your eyes from stress and stay focused
什麼是Night Shift. Eye Protection Mode?
Night Shift. Eye Protection Mode是由filipossler開發的Chrome擴展程式,該擴展的主要功能是“Custom change brightness or color scheme. Set your own color in warm-to-cold range. Protect your eyes from stress and stay focused”。
擴展截圖
下載Night Shift. Eye Protection Mode擴展crx文件
下載Night Shift. Eye Protection Mode擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Change the color of a page you browse to protect your eyes and make surfing easy and comfortable. You can set temperature of a page yourself in warm-to-cold range by moving the slider. As easy as it can be. Chose custom color temperature that suits you personally. Protect your eyes from tiredness and save your vision. The Night Shift is extremely useful tool for those who spend much time surfing Internet or reading from PC. Take care of your health and use Night Shift to release stress from your eyes and nervous system. Think ahead and protect your eyes before it's too late.
擴展基本資訊
名稱 | Night Shift. Eye Protection Mode |
ID | fddfjikkeahcbcimofjdocdjonmplkjl |
官方網址 | https://chromewebstore.google.com/detail/night-shift-eye-protectio/fddfjikkeahcbcimofjdocdjonmplkjl |
簡介 | Custom change brightness or color scheme. Set your own color in warm-to-cold range. Protect your eyes from stress and stay focused |
檔案大小 | 40.05 KB |
安裝次數 | 379 |
目前版本 | 1.0.2 |
更新時間 | 2023-07-12 |
上架時間 | 2022-09-12 |
評分 | 3.67/5 共 3 次評分 |
開發者 | filipossler |
電子郵箱 | [email protected] |
付費類型 | free |
隱私政策頁面URL | https://sites.google.com/view/nightshift-protection |
支援的語言 | id,ms,de,en,fr,nl,no,tr,da,es,it,hu,pl,pt-PT,sv,cs,el,ru,uk,iw,fa,ar,zh-CN,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_name__", "description": "__MSG_description__", "default_locale": "en", "version": "1.0.2", "background": { "service_worker": "\/js\/background.js" }, "permissions": [ "storage", "scripting" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "web_accessible_resources": [ { "resources": [ "\/css\/style.css" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "icons": { "128": "\/icons\/icon_128.png" }, "action": { "default_popup": "\/html\/popup.html" } } |