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 Jae Hahn द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Black Dark Gmail Hangouts Chat Theme. Make your Gmail Chat dark!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Black Dark Gmail Hangouts Chat Theme एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
            ]
        }
    ]
}