Refined Microsoft Learn

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

Co je Refined Microsoft Learn?

Refined Microsoft Learn je rozšíření Chrome vyvinuté merill, a jeho hlavní funkcí je „Make Microsoft Learn better by focusing on the content. Removes the right side bar and expand the main content.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Refined Microsoft Learn

Stáhněte si soubory rozšíření Refined Microsoft Learn ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Refined Microsoft Learn Refined Microsoft Learn
ID mkacacgjjgafnjekdcoodibajidagopd
Oficiální URL https://chromewebstore.google.com/detail/refined-microsoft-learn/mkacacgjjgafnjekdcoodibajidagopd
Popis Make Microsoft Learn better by focusing on the content. Removes the right side bar and expand the main content.
Velikost souboru 19.76 KB
Počet instalací 168
Aktuální Verze 1.0.1
Poslední Aktualizace 2023-12-24
Datum Vydání 2023-12-23
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář merill
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
            ]
        }
    ]
}