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
公式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
Eメール [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"
            ]
        }
    ]
}