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」です。

拡張機能のスクリーンショット

screenshot

dim the screen拡張機能のCRXファイルをダウンロード

dim the screen拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 dim the screen dim the 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
Eメール [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
}