Traversy Media - Official Extension

Improves the UX of the Traversy Media course platform

Wat is Traversy Media - Official Extension?

Traversy Media - Official Extension is een Chrome-extensie ontwikkeld door bushblade, en de belangrijkste functie is "Improves the UX of the Traversy Media course platform".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Traversy Media - Official Extension

Download Traversy Media - Official Extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Traversy Media - Official Extension Traversy Media - Official Extension
ID nmddkphngjlkifpobgpcbfbmfmfpimam
Officiële URL https://chromewebstore.google.com/detail/traversy-media-official-e/nmddkphngjlkifpobgpcbfbmfmfpimam
Beschrijving Improves the UX of the Traversy Media course platform
Bestandsgrootte 209 KB
Aantal Installaties 263
Huidige Versie 1.2.3
Laatst Bijgewerkt 2024-02-23
Publicatiedatum 2023-04-10
Beoordeling 5.00/5 Totaal 6 Beoordelingen
Ontwikkelaar bushblade
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://willadams.dev
Help Pagina-URL https://github.com/bushblade/TraversyMediaScrollActiveLesson
Ondersteunde Talen 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"
    }
}