Screen dimmer
screen dimmer
Screen dimmerとは何ですか?
Screen dimmerはhttps://care-eyes.comによって開発されたChromeの拡張機能で、その主な機能は「screen dimmer」です。
拡張機能のスクリーンショット
Screen dimmer拡張機能のCRXファイルをダウンロード
Screen dimmer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
Eメール | [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 } |