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.”。
擴展截圖
下載MS Teams Beautifier擴展crx文件
下載MS Teams Beautifier擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
CSS tweaks to make MS Teams look better until it looks better natively. 擴展基本資訊
| 名稱 | |
| ID | oacgaangchinnhemdcakdmiekopnfckl |
| 官方網址 | 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\/*"
]
}
]
} | |