Teachable Enhanced

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

Co je Teachable Enhanced?

Teachable Enhanced je rozšíření Chrome vyvinuté https://peopleloveapps.com, a jeho hlavní funkcí je „Make Teachable.com more user-friendly. Toggle the course sidebar, so the video takes up more screen without going full screen.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Teachable Enhanced

Stáhněte si soubory rozšíření Teachable Enhanced ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Teachable Enhanced Teachable Enhanced
ID kljecbglbelbpicfkocnhkagcdhkcepb
Oficiální URL https://chromewebstore.google.com/detail/teachable-enhanced/kljecbglbelbpicfkocnhkagcdhkcepb
Popis Make Teachable.com more user-friendly. Toggle the course sidebar, so the video takes up more screen without going full screen.
Velikost souboru 9.26 KB
Počet instalací 153
Aktuální Verze 1.0
Poslední Aktualizace 2022-02-08
Datum Vydání 2021-11-12
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář https://peopleloveapps.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://TeachableEnhanced.peopleloveapps.com
Podporované Jazyky 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"
            ]
        }
    ]
}