Screen dimmer
screen dimmer
Screen dimmer란 무엇입니까?
Screen dimmer은(는) https://care-eyes.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "screen dimmer"입니다.
확장 프로그램 스크린샷
Screen dimmer 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Screen dimmer control the brightness of the computer’s screen, when you work in a light or darker environment it can help you, It can dim all screens and monitors; LCD, TFT and LED backlit types, it 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.
확장 프로그램 기본 정보
이름 | Screen dimmer |
ID | poeonbclpmnoomoaidabfndafbnhjcfa |
공식 URL | https://chromewebstore.google.com/detail/screen-dimmer/poeonbclpmnoomoaidabfndafbnhjcfa |
설명 | screen dimmer |
파일 크기 | 29.43 KB |
설치 횟수 | 6,202 |
현재 버전 | 1.3.0.0 |
최근 업데이트 | 2024-01-23 |
출시 날짜 | 2020-05-25 |
평점 | 1.91/5 총 45 개의 평점 |
개발자 | https://care-eyes.com |
이메일 | [email protected] |
결제 유형 | free |
도움말 페이지 URL | https://care-eyes.com/feedback?chrome |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_name__", "description": "screen dimmer", "default_locale": "en", "icons": { "16": "icons\/icon_16.png", "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "action": { "default_title": "__MSG_default_title__", "default_icon": "icons\/icon_48.png", "default_popup": "popup.html" }, "background": { "service_worker": "scripts\/background.js" }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "host_permissions": [ "https:\/\/*\/" ], "permissions": [ "nativeMessaging" ], "version": "1.3.0.0", "manifest_version": 3 } |