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開發的Chrome擴展程式,該擴展的主要功能是“Black Dark Gmail Hangouts Chat Theme. Make your Gmail Chat dark!”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Black Dark Gmail Hangouts Chat Theme擴展crx文件

下載Black Dark Gmail Hangouts Chat Theme擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
            ]
        }
    ]
}