Wikipedia: Dark Mode

Now read your favorite articles on Wikipedia in Dark Mode.

什麼是Wikipedia: Dark Mode?

Wikipedia: Dark Mode是由rvkantpujari開發的Chrome擴展程式,該擴展的主要功能是“Now read your favorite articles on Wikipedia in Dark Mode.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Wikipedia: Dark Mode擴展crx文件

下載Wikipedia: Dark Mode擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        If you are a night owl and you want to read your articles without any kind of eye strain then this is the best chrome extension for you. 🚀

We present you an extension which will allow you to read your Wikipedia articles in Dark Mode. 💻

Now, read your favorite Wiki articles hassle-free. 👩🏻‍💻👨🏻‍💻

What's new?
🆕 Dark mode for mathematical equations.

NOTE: This chrome extension is 🆓🆓🆓!!!                    

擴展基本資訊

名稱 Wikipedia: Dark Mode Wikipedia: Dark Mode
ID icabgmaddjoonjencojmejcfngffikce
官方網址 https://chromewebstore.google.com/detail/wikipedia-dark-mode/icabgmaddjoonjencojmejcfngffikce
簡介 Now read your favorite articles on Wikipedia in Dark Mode.
檔案大小 8.52 KB
安裝次數 4,981
目前版本 1.0.3
更新時間 2021-09-22
上架時間 2020-12-08
評分 3.52/5 共 23 次評分
開發者 rvkantpujari
電子郵箱 [email protected]
付費類型 free
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Wikipedia: Dark Mode",
    "description": "Now read your favorite articles on Wikipedia in Dark Mode.",
    "version": "1.0.3",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.wikipedia.org\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "images\/darkMode16.png",
        "32": "images\/darkMode32.png",
        "48": "images\/darkMode48.png",
        "128": "images\/darkMode128.png"
    }
}