Refined Microsoft Learn

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

What is Refined Microsoft Learn?

Refined Microsoft Learn is a Chrome extension developed by merill, and its main feature is "Make Microsoft Learn better by focusing on the content. Removes the right side bar and expand the main content.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Refined Microsoft Learn Extension CRX File

Download Refined Microsoft Learn extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Refined Microsoft Learn Refined Microsoft Learn
ID mkacacgjjgafnjekdcoodibajidagopd
Official URL 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.
File Size 19.76 KB
Installation Count 168
Current Version 1.0.1
Last Updated 2023-12-24
Publish Date 2023-12-23
Rating 5.00/5 Total 1 Ratings
Developer merill
Email [email protected]
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}