Dark Mode Chrome

Dark mode chrome extension for all applying dark theme to all sites on chrome

什麼是Dark Mode Chrome?

Dark Mode Chrome是由https://globaltwittertrends.com開發的Chrome擴展程式,該擴展的主要功能是“Dark mode chrome extension for all applying dark theme to all sites on chrome”。

擴展截圖

screenshot

下載Dark Mode Chrome擴展crx文件

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

擴展使用說明

                        Apply Dark Mode in Chrome with a single click on the extension. 

Just go to the choice of your page and then press the extension icon.

Material Design Dark Mode for your browser applies to any page you are viewing.                    

擴展基本資訊

名稱 Dark Mode Chrome Dark Mode Chrome
ID pdhdailechlgicdgnmdbenhnappgobpp
官方網址 https://chromewebstore.google.com/detail/dark-mode-chrome/pdhdailechlgicdgnmdbenhnappgobpp
簡介 Dark mode chrome extension for all applying dark theme to all sites on chrome
檔案大小 16.78 KB
安裝次數 129
目前版本 0.1
更新時間 2022-03-03
上架時間 2022-03-01
開發者 https://globaltwittertrends.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://globaltwittertrends.com/
說明頁面URL https://globaltwittertrends.com/chrome/darkmode.php
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Dark Mode Chrome",
    "action": [],
    "manifest_version": 3,
    "version": "0.1",
    "description": "Dark mode chrome extension for all applying dark theme to all sites on chrome",
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "icons": {
        "16": "16.png",
        "32": "32.png",
        "48": "48.png",
        "128": "128.png"
    },
    "background": {
        "service_worker": "background.js"
    }
}