Refined Microsoft Learn

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

Refined Microsoft Learnคืออะไร?

Refined Microsoft Learn เป็นส่วนขยายของ Chrome ที่พัฒนาโดย merill และคุณลักษณะหลักของมันคือ "Make Microsoft Learn better by focusing on the content. Removes the right side bar and expand the main content."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Refined Microsoft Learn

ดาวน์โหลดไฟล์ส่วนขยาย Refined Microsoft Learn ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Refined Microsoft Learn Refined Microsoft Learn
ID mkacacgjjgafnjekdcoodibajidagopd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/refined-microsoft-learn/mkacacgjjgafnjekdcoodibajidagopd
คำอธิบาย Make Microsoft Learn better by focusing on the content. Removes the right side bar and expand the main content.
ขนาดไฟล์ 19.76 KB
จำนวนการติดตั้ง 168
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2023-12-24
วันที่เผยแพร่ 2023-12-23
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา merill
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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"
            ]
        }
    ]
}