UMD Professor Ratings

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

ما هو UMD Professor Ratings؟

UMD Professor Ratings هو إضافة Chrome تم تطويرها بواسطة Matthew Foulk، والميزة الرئيسية لها هي "This extension displays professor ratings next to the classes they are teaching.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة UMD Professor Ratings

قم بتنزيل ملفات الامتداد UMD Professor Ratings بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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"
    }
}