MS Teams Beautifier
CSS tweaks to make MS Team look better until it looks better natively.
Cos'è MS Teams Beautifier?
MS Teams Beautifier è un'estensione di Chrome sviluppata da michael.romer.de, e la sua funzione principale è "CSS tweaks to make MS Team look better until it looks better natively.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione MS Teams Beautifier
Scarica i file di estensione MS Teams Beautifier in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
CSS tweaks to make MS Teams look better until it looks better natively.
Informazioni di Base sull'Estensione
Nome | MS Teams Beautifier |
ID | oacgaangchinnhemdcakdmiekopnfckl |
URL Ufficiale | https://chromewebstore.google.com/detail/ms-teams-beautifier/oacgaangchinnhemdcakdmiekopnfckl |
Descrizione | CSS tweaks to make MS Team look better until it looks better natively. |
Dimensione del File | 3.49 KB |
Conteggio Installazioni | 1,364 |
Versione Corrente | 0.1.0 |
Ultimo Aggiornamento | 2020-03-03 |
Data di Pubblicazione | 2020-03-02 |
Valutazione | 4.75/5 Totale 4 Valutazioni |
Sviluppatore | michael.romer.de |
Tipo di Pagamento | free |
Lingue Supportate | 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\/*" ] } ] } |