UMD Professor Ratings

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

Hvad er UMD Professor Ratings?

UMD Professor Ratings er en Chrome-udvidelse udviklet af Matthew Foulk, og dens hovedfunktion er "This extension displays professor ratings next to the classes they are teaching.".

Udvidelsesskærmbilleder

screenshot

Download UMD Professor Ratings-udvidelses-CRX-fil

Download UMD Professor Ratings-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn UMD Professor Ratings UMD Professor Ratings
ID fgfodddkancncjeipifhldbceifkomhi
Officiel URL https://chromewebstore.google.com/detail/umd-professor-ratings/fgfodddkancncjeipifhldbceifkomhi
Beskrivelse This extension displays professor ratings next to the classes they are teaching.
Filstørrelse 1.88 MB
Antal Installationer 288
Nuværende Version 1.0.1
Senest Opdateret 2023-01-12
Udgivelsesdato 2020-12-12
Bedømmelse 5.00/5 Samlet 2 Bedømmelser
Udvikler Matthew Foulk
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
    }
}