Traversy Media - Official Extension
Improves the UX of the Traversy Media course platform
Cos'è Traversy Media - Official Extension?
Traversy Media - Official Extension è un'estensione di Chrome sviluppata da bushblade, e la sua funzione principale è "Improves the UX of the Traversy Media course platform".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Traversy Media - Official Extension
Scarica i file di estensione Traversy Media - Official Extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | nmddkphngjlkifpobgpcbfbmfmfpimam |
URL Ufficiale | https://chromewebstore.google.com/detail/traversy-media-official-e/nmddkphngjlkifpobgpcbfbmfmfpimam |
Descrizione | Improves the UX of the Traversy Media course platform |
Dimensione del File | 209 KB |
Conteggio Installazioni | 263 |
Versione Corrente | 1.2.3 |
Ultimo Aggiornamento | 2024-02-23 |
Data di Pubblicazione | 2023-04-10 |
Valutazione | 5.00/5 Totale 6 Valutazioni |
Sviluppatore | bushblade |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://willadams.dev |
URL della Pagina di Aiuto | https://github.com/bushblade/TraversyMediaScrollActiveLesson |
Lingue Supportate | 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" } } |