Teachable Enhanced

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

Co to jest Teachable Enhanced?

Teachable Enhanced to rozszerzenie Chrome opracowane przez https://peopleloveapps.com, a jego główną funkcją jest „Make Teachable.com more user-friendly. Toggle the course sidebar, so the video takes up more screen without going full screen.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Teachable Enhanced

Pobierz pliki rozszerzeń Teachable Enhanced w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Teachable Enhanced Teachable Enhanced
ID kljecbglbelbpicfkocnhkagcdhkcepb
Oficjalny URL https://chromewebstore.google.com/detail/teachable-enhanced/kljecbglbelbpicfkocnhkagcdhkcepb
Opis Make Teachable.com more user-friendly. Toggle the course sidebar, so the video takes up more screen without going full screen.
Rozmiar pliku 9.26 KB
Liczba instalacji 153
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2022-02-08
Data Publikacji 2021-11-12
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper https://peopleloveapps.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://TeachableEnhanced.peopleloveapps.com
Obsługiwane Języki 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"
            ]
        }
    ]
}