UMD Professor Ratings

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

什麼是UMD Professor Ratings?

UMD Professor Ratings是由Matthew Foulk開發的Chrome擴展程式,該擴展的主要功能是“This extension displays professor ratings next to the classes they are teaching.”。

擴展截圖

screenshot

下載UMD Professor Ratings擴展crx文件

下載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
官方網址 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"
    }
}