Better CourseBook - UT Dallas

Makes the CourseBook better!

Co to jest Better CourseBook - UT Dallas?

Better CourseBook - UT Dallas to rozszerzenie Chrome opracowane przez saitanayd, a jego główną funkcją jest „Makes the CourseBook better!”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Better CourseBook - UT Dallas

Pobierz pliki rozszerzeń Better CourseBook - UT Dallas 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

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Better CourseBook - UT Dallas Better CourseBook - UT Dallas
ID bjkondedbcbdebddkimflhiehecncoaf
Oficjalny URL https://chromewebstore.google.com/detail/better-coursebook-ut-dall/bjkondedbcbdebddkimflhiehecncoaf
Opis Makes the CourseBook better!
Rozmiar pliku 29.97 KB
Liczba instalacji 49
Aktualna Wersja 1.0.0
Ostatnia Aktualizacja 2019-10-31
Data Publikacji 2019-10-31
Deweloper saitanayd
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
        }
    ]
}