Refined Microsoft Learn

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

Vad är Refined Microsoft Learn?

Refined Microsoft Learn är en Chrome-tillägg utvecklad av merill, och dess huvudfunktion är "Make Microsoft Learn better by focusing on the content. Removes the right side bar and expand the main content.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner Refined Microsoft Learn-förlängningens CRX-fil

Ladda ner Refined Microsoft Learn-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Refined Microsoft Learn Refined Microsoft Learn
ID mkacacgjjgafnjekdcoodibajidagopd
Officiell webbadress https://chromewebstore.google.com/detail/refined-microsoft-learn/mkacacgjjgafnjekdcoodibajidagopd
Beskrivning Make Microsoft Learn better by focusing on the content. Removes the right side bar and expand the main content.
Filstorlek 19.76 KB
Antal Installationer 168
Aktuell Version 1.0.1
Senast Uppdaterad 2023-12-24
Publiceringsdatum 2023-12-23
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare merill
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
            ]
        }
    ]
}