Teachable Enhanced
Make Teachable.com more user-friendly. Toggle the course sidebar, so the video takes up more screen without going full screen.
O que é Teachable Enhanced?
Teachable Enhanced é uma extensão do Chrome desenvolvida por https://peopleloveapps.com, e sua principal característica é "Make Teachable.com more user-friendly. Toggle the course sidebar, so the video takes up more screen without going full screen.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Teachable Enhanced
Baixe arquivos de extensão Teachable Enhanced 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
Make Teachable.com more user-friendly. This extension allows you to toggle the course sidebar, so the video takes up more screen real estate without going full screen.
Informações Básicas da Extensão
Nome | Teachable Enhanced |
ID | kljecbglbelbpicfkocnhkagcdhkcepb |
URL Oficial | https://chromewebstore.google.com/detail/teachable-enhanced/kljecbglbelbpicfkocnhkagcdhkcepb |
Descrição | Make Teachable.com more user-friendly. Toggle the course sidebar, so the video takes up more screen without going full screen. |
Tamanho do Arquivo | 9.26 KB |
Contagem de Instalações | 153 |
Versão Atual | 1.0 |
Última Atualização | 2022-02-08 |
Data de Publicação | 2021-11-12 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | https://peopleloveapps.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://TeachableEnhanced.peopleloveapps.com |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Teachable Enhanced", "description": "Make Teachable.com more user-friendly. Toggle the course sidebar, so the video takes up more screen without going full screen.", "version": "1.0", "manifest_version": 3, "icons": { "16": "\/images\/icon-16.png", "48": "\/images\/icon-48.png", "128": "\/images\/icon-128.png" }, "page_action": { "default_icon": { "16": "\/images\/icon-16.png", "48": "\/images\/icon-48.png", "128": "\/images\/icon-128.png" } }, "content_scripts": [ { "matches": [ "*:\/\/*\/courses\/*" ], "js": [ "content.js" ], "css": [ "styles.css" ] } ] } |