Refined Microsoft Learn

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

Was ist Refined Microsoft Learn?

Refined Microsoft Learn ist eine Chrome-Erweiterung, die von merill entwickelt wurde, und ihr Hauptmerkmal ist "Make Microsoft Learn better by focusing on the content. Removes the right side bar and expand the main content.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Refined Microsoft Learn-Erweiterungs-CRX-Datei herunterladen

Laden Sie Refined Microsoft Learn-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Refined Microsoft Learn Refined Microsoft Learn
ID mkacacgjjgafnjekdcoodibajidagopd
Offizielle URL https://chromewebstore.google.com/detail/refined-microsoft-learn/mkacacgjjgafnjekdcoodibajidagopd
Beschreibung Make Microsoft Learn better by focusing on the content. Removes the right side bar and expand the main content.
Dateigröße 19.76 KB
Installationsanzahl 168
Aktuelle Version 1.0.1
Letztes Update 2023-12-24
Veröffentlichungsdatum 2023-12-23
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler merill
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
            ]
        }
    ]
}