Better CourseBook - UT Dallas

Makes the CourseBook better!

Что такое Better CourseBook - UT Dallas?

Better CourseBook - UT Dallas - это расширение Chrome, разработанное saitanayd, и его основная функция - "Makes the CourseBook better!".

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

screenshot
screenshot
screenshot

Скачать файл CRX расширения Better CourseBook - UT Dallas

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

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

                        Adds RateMyProfessor and UTD grades tabs to UT Dallas CourseBook search results. RMP tab loads an in-frame RMP search page for the professor of the chosen class. The UTD Grades tab loads the grade distribution for the chosen class if it is available. Otherwise, a search for that class is loaded.                    

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

Название Better CourseBook - UT Dallas Better CourseBook - UT Dallas
ID bjkondedbcbdebddkimflhiehecncoaf
Официальный URL https://chromewebstore.google.com/detail/better-coursebook-ut-dall/bjkondedbcbdebddkimflhiehecncoaf
Описание Makes the CourseBook better!
Размер файла 29.97 KB
Количество установок 49
Текущая Версия 1.0.0
Последнее Обновление 2019-10-31
Дата публикации 2019-10-31
Разработчик saitanayd
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Better CourseBook - UT Dallas",
    "version": "1.0.0",
    "description": "Makes the CourseBook better!",
    "manifest_version": 2,
    "author": "Sai Tanay Desaraju",
    "web_accessible_resources": [
        "scripts\/script.js"
    ],
    "permissions": [
        "https:\/\/coursebook.utdallas.edu\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/coursebook.utdallas.edu\/*"
            ],
            "js": [
                "scripts\/content.js"
            ],
            "css": [
                "styles\/bootstrap.min.css"
            ],
            "run_at": "document_idle"
        }
    ]
}