MS Teams Beautifier

CSS tweaks to make MS Team look better until it looks better natively.

MS Teams Beautifierとは何ですか?

MS Teams Beautifierはmichael.romer.deによって開発されたChromeの拡張機能で、その主な機能は「CSS tweaks to make MS Team look better until it looks better natively.」です。

拡張機能のスクリーンショット

screenshot

MS Teams Beautifier拡張機能のCRXファイルをダウンロード

MS Teams Beautifier拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        CSS tweaks to make MS Teams look better until it looks better natively.                    

拡張機能の基本情報

名前 MS Teams Beautifier MS Teams Beautifier
ID oacgaangchinnhemdcakdmiekopnfckl
公式URL https://chromewebstore.google.com/detail/ms-teams-beautifier/oacgaangchinnhemdcakdmiekopnfckl
説明 CSS tweaks to make MS Team look better until it looks better natively.
ファイルサイズ 3.49 KB
インストール数 1,364
現在のバージョン 0.1.0
最終更新日 2020-03-03
公開日 2020-03-02
評価 4.75/5 合計 4 レビュー
開発者 michael.romer.de
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "MS Teams Beautifier",
    "version": "0.1.0",
    "description": "CSS tweaks to make MS Team look better until it looks better natively.",
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/teams.microsoft.com\/*"
            ]
        }
    ]
}