Traversy Media - Official Extension
Improves the UX of the Traversy Media course platform
O que é Traversy Media - Official Extension?
Traversy Media - Official Extension é uma extensão do Chrome desenvolvida por bushblade, e sua principal característica é "Improves the UX of the Traversy Media course platform".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Traversy Media - Official Extension
Baixe arquivos de extensão Traversy Media - Official Extension no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | nmddkphngjlkifpobgpcbfbmfmfpimam |
URL Oficial | https://chromewebstore.google.com/detail/traversy-media-official-e/nmddkphngjlkifpobgpcbfbmfmfpimam |
Descrição | Improves the UX of the Traversy Media course platform |
Tamanho do Arquivo | 209 KB |
Contagem de Instalações | 263 |
Versão Atual | 1.2.3 |
Última Atualização | 2024-02-23 |
Data de Publicação | 2023-04-10 |
Classificação | 5.00/5 Total de 6 Avaliações |
Desenvolvedor | bushblade |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://willadams.dev |
URL da Página de Ajuda | https://github.com/bushblade/TraversyMediaScrollActiveLesson |
Idiomas Suportados | 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" } } |