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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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