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
官方URL 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"
    }
}