black Gmail

This extension darkens the background color of Gmail.

什麼是black Gmail?

black Gmail是由kinosi開發的Chrome擴展程式,該擴展的主要功能是“This extension darkens the background color of Gmail.”。

擴展截圖

screenshot
screenshot

下載black Gmail擴展crx文件

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

擴展使用說明

                        On Gmail,the background color of the text remains white, even with dark themes.
This extension can darken the background color and whiten the text.
If you want to know more, please check screenshots.                    

擴展基本資訊

名稱 black Gmail black Gmail
ID kbobhigaelikafhojcljnbbdiphibpke
官方網址 https://chrome.google.com/webstore/detail/black-gmail/kbobhigaelikafhojcljnbbdiphibpke
簡介 This extension darkens the background color of Gmail.
檔案大小 5.2 KB
安裝次數 32
目前版本 1.0.0
更新時間 2019-06-19
上架時間 2019-06-19
評分 5.00/5 共 1 次評分
開發者 kinosi
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "black Gmail",
    "author": "catdance124",
    "description": "This extension darkens the background color of Gmail.",
    "version": "1.0.0",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/mail\/*"
            ],
            "css": [
                "style.css"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "128": "icon128.png"
    }
}