UMD Professor Ratings

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

UMD Professor Ratings क्या है?

UMD Professor Ratings Matthew Foulk द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension displays professor ratings next to the classes they are teaching."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में UMD Professor Ratings एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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

एक्सटेंशन की मूल जानकारी

नाम UMD Professor Ratings UMD Professor Ratings
ID fgfodddkancncjeipifhldbceifkomhi
आधिकारिक URL https://chromewebstore.google.com/detail/umd-professor-ratings/fgfodddkancncjeipifhldbceifkomhi
विवरण This extension displays professor ratings next to the classes they are teaching.
फ़ाइल का आकार 1.88 MB
स्थापना संख्या 288
वर्तमान संस्करण 1.0.1
अंतिम अपडेट 2023-01-12
प्रकाशन तिथि 2020-12-12
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर Matthew Foulk
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
    }
}