Night Mode for Wikipedia

Switch your Wikipedia site mode to dark or light with just one click.

什麼是Night Mode for Wikipedia?

Night Mode for Wikipedia是由Free Apps開發的Chrome擴展程式,該擴展的主要功能是“Switch your Wikipedia site mode to dark or light with just one click.”。

擴展截圖

screenshot

下載Night Mode for Wikipedia擴展crx文件

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

擴展使用說明

                        Do you like using Wikipedia on your computer? Try installing this extension to protect your eyes when you use Wikipedia on your
desktop computer at night time.

Night Mode for Wikipedia allows you to rest your eyes when you use the Wikipedia website at night. It allows you to change the background
to black and the text is changed to white color. This would reduce the stress on your eyes when you are surfing Wikipedia at night.

To turn dark mode on and off for the Wikipedia website, just click on the extension icon when you're on the Wikipedia website.

You can toggle the dark mode/night mode for Wikipedia to be on and off.

Please note this extension is NOT created by Wikipedia and is created by a team of independent developers. We're constantly updating this
extension and you can e-mail us if the extension is not working as Wikipedia updates their desktop website and can cause our extension to break.                    

擴展基本資訊

名稱 Night Mode for Wikipedia Night Mode for Wikipedia
ID pfllpfjiaghejomhkaafhfkiinbbjdlh
官方網址 https://chromewebstore.google.com/detail/night-mode-for-wikipedia/pfllpfjiaghejomhkaafhfkiinbbjdlh
簡介 Switch your Wikipedia site mode to dark or light with just one click.
檔案大小 44.02 KB
安裝次數 4,000
目前版本 3.0.1
更新時間 2023-10-31
上架時間 2022-05-08
評分 4.79/5 共 14 次評分
開發者 Free Apps
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://word-pdf.freeonlineapps.net/privacy-policy
支援的語言 id,ms,de,en,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "short_name": "__MSG_short_name__",
    "manifest_version": 3,
    "version": "3.0.1",
    "description": "__MSG_description__",
    "default_locale": "en",
    "action": {
        "default_icon": "img\/enable.png",
        "default_title": "__MSG_name__"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.wikipedia.org\/*",
                "*:\/\/*.mediawiki.org\/*",
                "*:\/\/*.wikimedia.org\/*"
            ],
            "js": [
                "scripts\/content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "permissions": [
        "storage"
    ],
    "icons": {
        "189": "img\/enable.png"
    },
    "homepage_url": "https:\/\/night-mode-wikipedia.freespeedcheck.net\/"
}