Teachable Enhanced

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

Что такое Teachable Enhanced?

Teachable Enhanced - это расширение Chrome, разработанное https://peopleloveapps.com, и его основная функция - "Make Teachable.com more user-friendly. Toggle the course sidebar, so the video takes up more screen without going full screen.".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Teachable Enhanced

Скачайте файлы расширений Teachable Enhanced в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Teachable Enhanced Teachable Enhanced
ID kljecbglbelbpicfkocnhkagcdhkcepb
Официальный URL https://chromewebstore.google.com/detail/teachable-enhanced/kljecbglbelbpicfkocnhkagcdhkcepb
Описание Make Teachable.com more user-friendly. Toggle the course sidebar, so the video takes up more screen without going full screen.
Размер файла 9.26 KB
Количество установок 153
Текущая Версия 1.0
Последнее Обновление 2022-02-08
Дата публикации 2021-11-12
Рейтинг 5.00/5 Всего 2 оценок
Разработчик https://peopleloveapps.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://TeachableEnhanced.peopleloveapps.com
Поддерживаемые языки 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"
            ]
        }
    ]
}