Refined Microsoft Learn

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

Qu'est-ce que Refined Microsoft Learn ?

Refined Microsoft Learn est une extension Chrome développée par merill, et sa fonction principale est "Make Microsoft Learn better by focusing on the content. Removes the right side bar and expand the main content.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Refined Microsoft Learn

Téléchargez les fichiers d'extension Refined Microsoft Learn au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Refined Microsoft Learn Refined Microsoft Learn
ID mkacacgjjgafnjekdcoodibajidagopd
URL Officiel https://chromewebstore.google.com/detail/refined-microsoft-learn/mkacacgjjgafnjekdcoodibajidagopd
Description Make Microsoft Learn better by focusing on the content. Removes the right side bar and expand the main content.
Taille du Fichier 19.76 KB
Nombre d'Installations 168
Version Actuelle 1.0.1
Dernière Mise à Jour 2023-12-24
Date de Publication 2023-12-23
Évaluation 5.00/5 Total 1 Évaluations
Développeur merill
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}