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\/*"
            ]
        }
    ]
}