Night Shift (Lux control)
Control red, green, and blue color levels for both daytime and nighttime
Night Shift (Lux control)คืออะไร?
Night Shift (Lux control) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย joue.quroi และคุณลักษณะหลักของมันคือ "Control red, green, and blue color levels for both daytime and nighttime"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Night Shift (Lux control)
ดาวน์โหลดไฟล์ส่วนขยาย Night Shift (Lux control) ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension controls the level of red, green and blue colors to control the page lux level. The extension uses two methods to achieve page's lux control: 1. DIV method: This method inserts a div element on top of the root element with user-defined color levels and a user-defined opacity level. Like a colorful glass, it reduces the color levels. 2. SVG method: This method attaches an SVG filter to the document to control red, green and blue color levels. This method is the recommended method if your browser supports SVG filters. By using this method if a color level is set to zero, there will be no channel for this particular color. For instance, you can fully block the blue color in the nighttime. Note: Although the "SVG" method is way more powerful than the other method, it might not be fully supported by your browser. If you had an issue in a page, switch to the "DIV" method and refresh the page. This extension offers different settings for daytime and nighttime hours.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | gjkdgpcfapacjkidendefpdafgplamdb |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/night-shift-lux-control/gjkdgpcfapacjkidendefpdafgplamdb |
คำอธิบาย | Control red, green, and blue color levels for both daytime and nighttime |
ขนาดไฟล์ | 48.41 KB |
จำนวนการติดตั้ง | 49 |
เวอร์ชันปัจจุบัน | 0.1.0 |
อัปเดตครั้งล่าสุด | 2018-02-19 |
วันที่เผยแพร่ | 2018-02-19 |
คะแนน | 1.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | joue.quroi |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://add0n.com/eye-protector.html?from=night-shift |
URL หน้าช่วยเหลือ | http://add0n.com/eye-protector.html?from=night-shift |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "0.1.0", "name": "Night Shift (Lux control)", "description": "Control red, green, and blue color levels for both daytime and nighttime", "icons": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png", "128": "data\/icons\/128.png" }, "permissions": [ "tabs", "webNavigation", "storage", "alarms", "idle", " |