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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย filipossler และคุณลักษณะหลักของมันคือ "Custom change brightness or color scheme. Set your own color in warm-to-cold range. Protect your eyes from stress and stay focused"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Night Shift. Eye Protection Mode
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
URL อย่างเป็นทางการ | 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" } } |