Google Docs Dark Mode

Dark Mode for Google Docs + UI Upgrade

什麼是Google Docs Dark Mode?

Google Docs Dark Mode是由DevTopia開發的Chrome擴展程式,該擴展的主要功能是“Dark Mode for Google Docs + UI Upgrade”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Google Docs Dark Mode擴展crx文件

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

擴展使用說明

                        Theme: Dark Mode

Now you're able to see after writing those late night possibly last minute papers.

[Latest Update] v.1.2.1
-----------------------------------
- Fixed UI bug (parts of page were still white)
- Updated color scheme (minor)

Latest Updates v.1.2.0
-----------------------------------
 - Fixed UI bugs
 - Updated color scheme (minor)
 - Added Dark mode to Docs home page

*Tip - Some of you would like the page itself dark with the text white
------------------------------------------------------------------------------------------------------------
Go to --> File --> Page Setup --> Choose the color you'd like

Also,  I don't think I'll be adding the feature above, as it's already built-in to G Docs.

Stay up to date or Request Future Features
-------------------------------------------------------------------
Join the Discord: https://discord.gg/5EW65hH6UF
Twitter: https://twitter.com/DevTopia_                    

擴展基本資訊

名稱 Google Docs Dark Mode Google Docs Dark Mode
ID iachichldiecjkhfdffiegbdhechgekl
官方網址 https://chromewebstore.google.com/detail/google-docs-dark-mode/iachichldiecjkhfdffiegbdhechgekl
簡介 Dark Mode for Google Docs + UI Upgrade
檔案大小 11.5 KB
安裝次數 5,752
目前版本 1.2.1
更新時間 2022-10-25
上架時間 2020-06-12
評分 2.42/5 共 26 次評分
開發者 DevTopia
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://www.termsfeed.com/live/b67ff90e-f88e-40c7-bef2-716e83a08612
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Google Docs Dark Mode",
    "description": "Dark Mode for Google Docs + UI Upgrade",
    "version": "1.2.1",
    "icons": {
        "128": "icon_128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "css": [
                "\/Styles\/style.css",
                "\/Styles\/style.scss"
            ],
            "js": [
                "popup.js"
            ],
            "matches": [
                "https:\/\/docs.google.com\/document\/*"
            ]
        }
    ],
    "action": {
        "default_icon": "icon_128.png",
        "default_title": "Google Docs Dark Mode"
    }
}