Dark Mode for Chrome

Enjoy dark mode on browsing any webpage in Single Tap

Dark Mode for Chromeとは何ですか?

Dark Mode for Chromeはalanranjith975によって開発されたChromeの拡張機能で、その主な機能は「Enjoy dark mode on browsing any webpage in Single Tap」です。

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

screenshot
screenshot

Dark Mode for Chrome拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Now enjoy Dark Mode on all the websites using this Extension. Simple one click turn ON/OFF. 
Features:
# Simple to use.
# Light Weight
# Turn ON/OFF in a single step.

This extension works on all the websites opened in the browser. 

Note: Refresh the page if dark mode is not applied to the page when turned ON.                    

拡張機能の基本情報

名前 Dark Mode for Chrome Dark Mode for Chrome
ID ebhhobcbkmgpdjodlhhmpapncjklilbk
公式URL https://chromewebstore.google.com/detail/dark-mode-for-chrome/ebhhobcbkmgpdjodlhhmpapncjklilbk
説明 Enjoy dark mode on browsing any webpage in Single Tap
ファイルサイズ 263 KB
インストール数 388
現在のバージョン 0.2
最終更新日 2022-07-19
公開日 2022-03-05
評価 5.00/5 合計 1 レビュー
開発者 alanranjith975
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://alanranjith.github.io/hpp-privacy-policy
対応言語 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Dark Mode for Chrome",
    "version": "0.2",
    "description": "Enjoy dark mode on browsing any webpage in Single Tap",
    "permissions": [
        "storage",
        "tabs",
        "background"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        ""
    ],
    "icons": {
        "128": "day128.png"
    },
    "action": {
        "default_icon": "day128.png",
        "default_title": "Dark Mode for Chrome",
        "default_popup": "popup\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content\/darkModeScript.js"
            ],
            "run_at": "document_start"
        }
    ],
    "manifest_version": 3,
    "web_accessible_resources": [
        {
            "resources": [
                "resources\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}