UMD Professor Ratings

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

Vad är UMD Professor Ratings?

UMD Professor Ratings är en Chrome-tillägg utvecklad av Matthew Foulk, och dess huvudfunktion är "This extension displays professor ratings next to the classes they are teaching.".

Tilläggsskärmbilder

screenshot

Ladda ner UMD Professor Ratings-förlängningens CRX-fil

Ladda ner UMD Professor Ratings-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn UMD Professor Ratings UMD Professor Ratings
ID fgfodddkancncjeipifhldbceifkomhi
Officiell webbadress https://chromewebstore.google.com/detail/umd-professor-ratings/fgfodddkancncjeipifhldbceifkomhi
Beskrivning This extension displays professor ratings next to the classes they are teaching.
Filstorlek 1.88 MB
Antal Installationer 288
Aktuell Version 1.0.1
Senast Uppdaterad 2023-01-12
Publiceringsdatum 2020-12-12
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare Matthew Foulk
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    }
}