Wikipedia Dark Mode

View the Wikipedia website with a dark color scheme instead of the default light scheme.

Wikipedia Dark Modeとは何ですか?

Wikipedia Dark ModeはDirk Lachによって開発されたChromeの拡張機能で、その主な機能は「View the Wikipedia website with a dark color scheme instead of the default light scheme.」です。

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

screenshot

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

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

拡張機能の使用方法

                        This extension is useful for users who prefer a darker aesthetic, or for those who find the dark mode easier on the eyes when reading for extended periods of time. The plugin can be easily installed from the Chrome Web Store and activated with the click of a button. Once enabled, the Wikipedia website will automatically switch to a dark color scheme, providing a more immersive and comfortable reading experience.                    

拡張機能の基本情報

名前 Wikipedia Dark Mode Wikipedia Dark Mode
ID jallfikmipepigfdkhpcpbpdeoindjme
公式URL https://chromewebstore.google.com/detail/wikipedia-dark-mode/jallfikmipepigfdkhpcpbpdeoindjme
説明 View the Wikipedia website with a dark color scheme instead of the default light scheme.
ファイルサイズ 83.39 KB
インストール数 327
現在のバージョン 0.1.2
最終更新日 2022-12-08
公開日 2022-12-06
評価 4.00/5 合計 3 レビュー
開発者 Dirk Lach
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://www.dirklach.com/privacy.html
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Wikipedia Dark Mode",
    "version": "0.1.2",
    "description": "View the Wikipedia website with a dark color scheme instead of the default light scheme.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/*.wikipedia.org\/*"
            ]
        }
    ]
}