Traversy Media - Official Extension

Improves the UX of the Traversy Media course platform

Traversy Media - Official Extensionคืออะไร?

Traversy Media - Official Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย bushblade และคุณลักษณะหลักของมันคือ "Improves the UX of the Traversy Media course platform"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Traversy Media - Official Extension

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

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

                        This extension is for students of Brad Traversy.
It improves the UI of the course platform by scrolling the currently active lesson into view in the side menu and highlighting it. Making it easy for students to see what lesson they are on and which are the next and previous lessons.
Additionally it maximises the video to fill the available space in the viewport, improving the experience for those with larger monitors.
New feature added to persist the users video speed setting.                    

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

ชื่อ Traversy Media - Official Extension Traversy Media - Official Extension
ID nmddkphngjlkifpobgpcbfbmfmfpimam
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/traversy-media-official-e/nmddkphngjlkifpobgpcbfbmfmfpimam
คำอธิบาย Improves the UX of the Traversy Media course platform
ขนาดไฟล์ 209 KB
จำนวนการติดตั้ง 263
เวอร์ชันปัจจุบัน 1.2.3
อัปเดตครั้งล่าสุด 2024-02-23
วันที่เผยแพร่ 2023-04-10
คะแนน 5.00/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา bushblade
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://willadams.dev
URL หน้าช่วยเหลือ https://github.com/bushblade/TraversyMediaScrollActiveLesson
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Traversy Media - Official Extension",
    "version": "1.2.3",
    "description": "Improves the UX of the Traversy Media course platform",
    "icons": {
        "48": "logo-48.jpg"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.traversymedia.com\/products\/*"
            ],
            "js": [
                "index.js",
                "setSpeed.js"
            ]
        }
    ],
    "action": {
        "default_icon": "logo-48.jpg"
    }
}