MS Teams Beautifier
CSS tweaks to make MS Team look better until it looks better natively.
¿Qué es MS Teams Beautifier?
MS Teams Beautifier es una extensión de Chrome desarrollada por michael.romer.de, y su función principal es "CSS tweaks to make MS Team look better until it looks better natively.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión MS Teams Beautifier
Descarga archivos de extensión MS Teams Beautifier en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
CSS tweaks to make MS Teams look better until it looks better natively.
Información Básica de la Extensión
Nombre | MS Teams Beautifier |
ID | oacgaangchinnhemdcakdmiekopnfckl |
URL Oficial | https://chromewebstore.google.com/detail/ms-teams-beautifier/oacgaangchinnhemdcakdmiekopnfckl |
Descripción | CSS tweaks to make MS Team look better until it looks better natively. |
Tamaño del Archivo | 3.49 KB |
Cantidad de Instalaciones | 1,364 |
Versión Actual | 0.1.0 |
Última Actualización | 2020-03-03 |
Fecha de Publicación | 2020-03-02 |
Calificación | 4.75/5 Total de 4 Calificaciones |
Desarrollador | michael.romer.de |
Tipo de Pago | free |
Idiomas Soportados | 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\/*" ] } ] } |