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