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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    }
}