Black Dark Gmail Hangouts Chat Theme

Black Dark Gmail Hangouts Chat Theme. Make your Gmail Chat dark!

ما هو Black Dark Gmail Hangouts Chat Theme؟

Black Dark Gmail Hangouts Chat Theme هو إضافة Chrome تم تطويرها بواسطة Jae Hahn، والميزة الرئيسية لها هي "Black Dark Gmail Hangouts Chat Theme. Make your Gmail Chat dark!".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Black Dark Gmail Hangouts Chat Theme

قم بتنزيل ملفات الامتداد Black Dark Gmail Hangouts Chat Theme بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Black Dark Gmail Hangouts Chat Theme/Skin.
This makes your Gmail chat window black with a dark interface.
It blends perfectly with the Black Gmail Theme.
Clean, simple, flat black and dark colors.
Chat bubbles have also been removed.

Refresh your Gmail page after you add this extension.

Please note as you add this extension: Chrome will give you a warning saying that this will "Read and change data on hangouts.google.com". It's because this extension changes the CSS style of the Hangouts chat. It doesn't read what you wrote or change your data, so no worries!

Please enjoy!


#CHANGELOG
Version 0.0.3: Added Chrome warning notice in description and manifest update. Added more screenshots.
Version 0.0.2: Description update
Version 0.0.1: Release                    

معلومات أساسية عن التمديد

الاسم Black Dark Gmail Hangouts Chat Theme Black Dark Gmail Hangouts Chat Theme
ID gbhiagomdeeneaolbbdmfpokjlcdikjf
عنوان URL الرسمي https://chrome.google.com/webstore/detail/black-dark-gmail-hangouts/gbhiagomdeeneaolbbdmfpokjlcdikjf
الوصف Black Dark Gmail Hangouts Chat Theme. Make your Gmail Chat dark!
حجم الملف 5.7 KB
عدد التثبيتات 2,479
النسخة الحالية 0.0.3
آخر تحديث 2019-03-08
تاريخ النشر 2019-03-08
تقييم 3.14/5 مجموع تقييمات 14
المطور Jae Hahn
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Black Dark Gmail Hangouts Chat Theme",
    "short_name": "Black Dark Gmail Hangouts Chat Theme",
    "description": "Black Dark Gmail Hangouts Chat Theme. Make your Gmail Chat dark!",
    "version": "0.0.3",
    "manifest_version": 2,
    "icons": {
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                "*:\/\/hangouts.google.com\/*"
            ],
            "css": [
                "style-gchat.css"
            ]
        }
    ]
}