UMD Professor Ratings

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

UMD Professor Ratings là gì?

UMD Professor Ratings là một tiện ích mở rộng Chrome được phát triển bởi Matthew Foulk, và tính năng chính của nó là "This extension displays professor ratings next to the classes they are teaching.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng UMD Professor Ratings

Tải xuống các tệp mở rộng UMD Professor Ratings dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên UMD Professor Ratings UMD Professor Ratings
ID fgfodddkancncjeipifhldbceifkomhi
URL Chính Thức https://chromewebstore.google.com/detail/umd-professor-ratings/fgfodddkancncjeipifhldbceifkomhi
Mô tả This extension displays professor ratings next to the classes they are teaching.
Kích Thước Tệp 1.88 MB
Số Lần Cài Đặt 288
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2023-01-12
Ngày Phát Hành 2020-12-12
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Matthew Foulk
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}