Refined Microsoft Learn

Make Microsoft Learn better by focusing on the content. Removes the right side bar and expand the main content.

Cos'è Refined Microsoft Learn?

Refined Microsoft Learn è un'estensione di Chrome sviluppata da merill, e la sua funzione principale è "Make Microsoft Learn better by focusing on the content. Removes the right side bar and expand the main content.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Refined Microsoft Learn

Scarica i file di estensione Refined Microsoft Learn 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

                        Make Microsoft Learn better by focusing on the main content.

This extension gives you a cleaner, faster and more readable Microsoft Learn experience without the clutter.

* Removes the content on the right pane
* Expanding the content to full page width so you can read the code samples                    

Informazioni di Base sull'Estensione

Nome Refined Microsoft Learn Refined Microsoft Learn
ID mkacacgjjgafnjekdcoodibajidagopd
URL Ufficiale https://chromewebstore.google.com/detail/refined-microsoft-learn/mkacacgjjgafnjekdcoodibajidagopd
Descrizione Make Microsoft Learn better by focusing on the content. Removes the right side bar and expand the main content.
Dimensione del File 19.76 KB
Conteggio Installazioni 168
Versione Corrente 1.0.1
Ultimo Aggiornamento 2023-12-24
Data di Pubblicazione 2023-12-23
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore merill
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Refined Microsoft Learn",
    "description": "Make Microsoft Learn better by focusing on the content. Removes the right side bar and expand the main content.",
    "author": "Merill Fernando",
    "version": "1.0.1",
    "manifest_version": 3,
    "icons": {
        "16": "img\/icon-16.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/learn.microsoft.com\/*"
            ],
            "css": [
                "styles.css"
            ]
        }
    ]
}