black Gmail

This extension darkens the background color of Gmail.

black Gmailคืออะไร?

black Gmail เป็นส่วนขยายของ Chrome ที่พัฒนาโดย kinosi และคุณลักษณะหลักของมันคือ "This extension darkens the background color of Gmail."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย black Gmail

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    }
}