UMD Professor Ratings

This extension displays professor ratings next to the classes they are teaching.

Co to jest UMD Professor Ratings?

UMD Professor Ratings to rozszerzenie Chrome opracowane przez Matthew Foulk, a jego główną funkcją jest „This extension displays professor ratings next to the classes they are teaching.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia UMD Professor Ratings

Pobierz pliki rozszerzeń UMD Professor Ratings 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

                        View professor ratings alongside their class offerings for the University of Maryland schedule of classes.                    

Podstawowe informacje o rozszerzeniu

Nazwa UMD Professor Ratings UMD Professor Ratings
ID fgfodddkancncjeipifhldbceifkomhi
Oficjalny URL https://chromewebstore.google.com/detail/umd-professor-ratings/fgfodddkancncjeipifhldbceifkomhi
Opis This extension displays professor ratings next to the classes they are teaching.
Rozmiar pliku 1.88 MB
Liczba instalacji 288
Aktualna Wersja 1.0.1
Ostatnia Aktualizacja 2023-01-12
Data Publikacji 2020-12-12
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper Matthew Foulk
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",
    "manifest_version": 3,
    "name": "UMD Professor Ratings",
    "description": "This extension displays professor ratings next to the classes they are teaching.",
    "version": "1.0.1",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/app.testudo.umd.edu\/soc\/*"
            ],
            "js": [
                "jquery.js",
                "content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/images\/*"
            ],
            "matches": [
                "https:\/\/app.testudo.umd.edu\/*"
            ],
            "extension_ids": []
        }
    ],
    "icons": {
        "16": "images\/logo16.png",
        "32": "images\/logo32.png",
        "48": "images\/logo48.png"
    }
}