Teachable Enhanced
Make Teachable.com more user-friendly. Toggle the course sidebar, so the video takes up more screen without going full screen.
Cos'è Teachable Enhanced?
Teachable Enhanced è un'estensione di Chrome sviluppata da https://peopleloveapps.com, e la sua funzione principale è "Make Teachable.com more user-friendly. Toggle the course sidebar, so the video takes up more screen without going full screen.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Teachable Enhanced
Scarica i file di estensione Teachable Enhanced 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
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | kljecbglbelbpicfkocnhkagcdhkcepb |
| URL Ufficiale | https://chromewebstore.google.com/detail/teachable-enhanced/kljecbglbelbpicfkocnhkagcdhkcepb |
| Descrizione | Make Teachable.com more user-friendly. Toggle the course sidebar, so the video takes up more screen without going full screen. |
| Dimensione del File | 9.26 KB |
| Conteggio Installazioni | 153 |
| Versione Corrente | 1.0 |
| Ultimo Aggiornamento | 2022-02-08 |
| Data di Pubblicazione | 2021-11-12 |
| Valutazione | 5.00/5 Totale 2 Valutazioni |
| Sviluppatore | https://peopleloveapps.com |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://TeachableEnhanced.peopleloveapps.com |
| Lingue Supportate | 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"
]
}
]
} | |