black Gmail

This extension darkens the background color of Gmail.

What is black Gmail?

black Gmail is a Chrome extension developed by kinosi, and its main feature is "This extension darkens the background color of Gmail.".

Extension Screenshots

screenshot
screenshot

Download black Gmail Extension CRX File

Download black Gmail extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name black Gmail black Gmail
ID kbobhigaelikafhojcljnbbdiphibpke
Official URL https://chrome.google.com/webstore/detail/black-gmail/kbobhigaelikafhojcljnbbdiphibpke
Description This extension darkens the background color of Gmail.
File Size 5.2 KB
Installation Count 32
Current Version 1.0.0
Last Updated 2019-06-19
Publish Date 2019-06-19
Rating 5.00/5 Total 1 Ratings
Developer kinosi
Payment Type free
Supported Languages 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"
    }
}