Traversy Media - Official Extension

Improves the UX of the Traversy Media course platform

Traversy Media - Official Extension क्या है?

Traversy Media - Official Extension bushblade द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Improves the UX of the Traversy Media course platform"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Traversy Media - Official Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    }
}