Traversy Media - Official Extension
Improves the UX of the Traversy Media course platform
Hvad er Traversy Media - Official Extension?
Traversy Media - Official Extension er en Chrome-udvidelse udviklet af bushblade, og dens hovedfunktion er "Improves the UX of the Traversy Media course platform".
Udvidelsesskærmbilleder
Download Traversy Media - Official Extension-udvidelses-CRX-fil
Download Traversy Media - Official Extension-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | nmddkphngjlkifpobgpcbfbmfmfpimam |
Officiel URL | https://chromewebstore.google.com/detail/traversy-media-official-e/nmddkphngjlkifpobgpcbfbmfmfpimam |
Beskrivelse | Improves the UX of the Traversy Media course platform |
Filstørrelse | 209 KB |
Antal Installationer | 263 |
Nuværende Version | 1.2.3 |
Senest Opdateret | 2024-02-23 |
Udgivelsesdato | 2023-04-10 |
Bedømmelse | 5.00/5 Samlet 6 Bedømmelser |
Udvikler | bushblade |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://willadams.dev |
Hjælpeside-URL | https://github.com/bushblade/TraversyMediaScrollActiveLesson |
Understøttede Sprog | 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" } } |