Refined Microsoft Learn

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

Co to jest Refined Microsoft Learn?

Refined Microsoft Learn to rozszerzenie Chrome opracowane przez merill, a jego główną funkcją jest „Make Microsoft Learn better by focusing on the content. Removes the right side bar and expand the main content.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Refined Microsoft Learn

Pobierz pliki rozszerzeń Refined Microsoft Learn w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Refined Microsoft Learn Refined Microsoft Learn
ID mkacacgjjgafnjekdcoodibajidagopd
Oficjalny URL https://chromewebstore.google.com/detail/refined-microsoft-learn/mkacacgjjgafnjekdcoodibajidagopd
Opis Make Microsoft Learn better by focusing on the content. Removes the right side bar and expand the main content.
Rozmiar pliku 19.76 KB
Liczba instalacji 168
Aktualna Wersja 1.0.1
Ostatnia Aktualizacja 2023-12-24
Data Publikacji 2023-12-23
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper merill
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
            ]
        }
    ]
}