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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}