Dim the Internet - Turn down the brightness.

Simply drag a slider to dim every single website.

Dim the Internet - Turn down the brightness.とは何ですか?

Dim the Internet - Turn down the brightness.はAgency Enterpriseによって開発されたChromeの拡張機能で、その主な機能は「Simply drag a slider to dim every single website.」です。

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

screenshot

Dim the Internet - Turn down the brightness.拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Simply drag a slider to dim every single website. 

Sometimes websites don't support dark mode, so just turn down the brightness.

Made with ❤️ by ae.studio
Same Day Skunkworks Division                    

拡張機能の基本情報

名前 Dim the Internet - Turn down the brightness. Dim the Internet - Turn down the brightness.
ID coijioepkollddkdcdobnfodlelobefh
公式URL https://chromewebstore.google.com/detail/dim-the-internet-turn-dow/coijioepkollddkdcdobnfodlelobefh
説明 Simply drag a slider to dim every single website.
ファイルサイズ 7.41 KB
インストール数 56
現在のバージョン 1.0
最終更新日 2022-03-18
公開日 2022-03-11
評価 5.00/5 合計 1 レビュー
開発者 Agency Enterprise
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://ae.studio/same-day-skunkworks
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Dim the Internet - Turn down the brightness.",
    "manifest_version": 3,
    "version": "1.0",
    "description": "Simply drag a slider to dim every single website.",
    "permissions": [
        "scripting",
        "storage"
    ],
    "host_permissions": [
        ""
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content_script.js"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "128": "icon128.png"
    }
}