dim the screen
dim the screen,screen blue light filter, brightness control
dim the screen란 무엇입니까?
dim the screen은(는) https://care-eyes.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "dim the screen,screen blue light filter, brightness control"입니다.
확장 프로그램 스크린샷
dim the screen 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
dim the screen extension can adjust the gamma value of your computer’s display adapt, reduce the blue part (RGB value) of the light, filter blue light. it makes your computer screen looks more comfortable, so that your eyes will not feel tired ,Protect your eyes from computer screen
확장 프로그램 기본 정보
이름 | |
ID | olmpfahephldkkfhkmlnociobiihgndg |
공식 URL | https://chrome.google.com/webstore/detail/dim-the-screen/olmpfahephldkkfhkmlnociobiihgndg |
설명 | dim the screen,screen blue light filter, brightness control |
파일 크기 | 28.77 KB |
설치 횟수 | 405 |
현재 버전 | 1.0.0.7 |
최근 업데이트 | 2017-07-05 |
출시 날짜 | 2017-07-05 |
평점 | 2.43/5 총 7 개의 평점 |
개발자 | https://care-eyes.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://care-eyes.com/?pf |
도움말 페이지 URL | https://care-eyes.com/feedback?pf |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_name__", "description": "__MSG_description__", "default_locale": "en", "icons": { "16": "icons\/icon_16.png", "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "browser_action": { "default_title": "__MSG_default_title__", "default_icon": "icons\/icon_48.png", "default_popup": "popup.html" }, "background": { "page": "background.html" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "tabs", "management", "contextMenus", "notifications", "nativeMessaging" ], "version": "1.0.0.7", "manifest_version": 2 } |