Teachable Enhanced

Make Teachable.com more user-friendly. Toggle the course sidebar, so the video takes up more screen without going full screen.

Qu'est-ce que Teachable Enhanced ?

Teachable Enhanced est une extension Chrome développée par https://peopleloveapps.com, et sa fonction principale est "Make Teachable.com more user-friendly. Toggle the course sidebar, so the video takes up more screen without going full screen.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Teachable Enhanced

Téléchargez les fichiers d'extension Teachable Enhanced au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Teachable Enhanced Teachable Enhanced
ID kljecbglbelbpicfkocnhkagcdhkcepb
URL Officiel https://chromewebstore.google.com/detail/teachable-enhanced/kljecbglbelbpicfkocnhkagcdhkcepb
Description Make Teachable.com more user-friendly. Toggle the course sidebar, so the video takes up more screen without going full screen.
Taille du Fichier 9.26 KB
Nombre d'Installations 153
Version Actuelle 1.0
Dernière Mise à Jour 2022-02-08
Date de Publication 2021-11-12
Évaluation 5.00/5 Total 2 Évaluations
Développeur https://peopleloveapps.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://TeachableEnhanced.peopleloveapps.com
Langues Prises en Charge 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"
            ]
        }
    ]
}