Night Shift (Lux control)
Control red, green, and blue color levels for both daytime and nighttime
Night Shift (Lux control)란 무엇입니까?
Night Shift (Lux control)은(는) joue.quroi에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Control red, green, and blue color levels for both daytime and nighttime"입니다.
확장 프로그램 스크린샷
Night Shift (Lux control) 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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", " |