Refined Microsoft Learn

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

Apa itu Refined Microsoft Learn?

Refined Microsoft Learn adalah ekstensi Chrome yang dikembangkan oleh merill, dan fitur utamanya adalah "Make Microsoft Learn better by focusing on the content. Removes the right side bar and expand the main content.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Refined Microsoft Learn

Unduh file ekstensi Refined Microsoft Learn dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Refined Microsoft Learn Refined Microsoft Learn
ID mkacacgjjgafnjekdcoodibajidagopd
URL Resmi https://chromewebstore.google.com/detail/refined-microsoft-learn/mkacacgjjgafnjekdcoodibajidagopd
Deskripsi Make Microsoft Learn better by focusing on the content. Removes the right side bar and expand the main content.
Ukuran File 19.76 KB
Jumlah Instalasi 168
Versi Saat Ini 1.0.1
Terakhir Diperbarui 2023-12-24
Tanggal Publikasi 2023-12-23
Penilaian 5.00/5 Total 1 Penilaian
Pengembang merill
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
            ]
        }
    ]
}