UMD Professor Ratings

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

Co je UMD Professor Ratings?

UMD Professor Ratings je rozšíření Chrome vyvinuté Matthew Foulk, a jeho hlavní funkcí je „This extension displays professor ratings next to the classes they are teaching.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření UMD Professor Ratings

Stáhněte si soubory rozšíření UMD Professor Ratings ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název UMD Professor Ratings UMD Professor Ratings
ID fgfodddkancncjeipifhldbceifkomhi
Oficiální URL https://chromewebstore.google.com/detail/umd-professor-ratings/fgfodddkancncjeipifhldbceifkomhi
Popis This extension displays professor ratings next to the classes they are teaching.
Velikost souboru 1.88 MB
Počet instalací 288
Aktuální Verze 1.0.1
Poslední Aktualizace 2023-01-12
Datum Vydání 2020-12-12
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář Matthew Foulk
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    }
}