Rate My UH

RateMyUH shows ratings from RateMyProfessor on PeopleSoft class search page

什么是Rate My UH?

Rate My UH是由bilalasd开发的Chrome扩展程序,该扩展的主要功能是“RateMyUH shows ratings from RateMyProfessor on PeopleSoft class search page”。

扩展截图

screenshot

下载Rate My UH扩展crx文件

下载Rate My UH扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        RateMyUH shows professor ratings from RateMyProfessor.com on peoplesoft class search page.

Just install the extension and search for a class on peoplesoft. Rate My UH will show ratings in the same table as all the other information.                    

扩展基本信息

名称 Rate My UH Rate My UH
ID eempedjddojajeapkinidpgpfmjbcemh
官方URL https://chrome.google.com/webstore/detail/rate-my-uh/eempedjddojajeapkinidpgpfmjbcemh
简介 RateMyUH shows ratings from RateMyProfessor on PeopleSoft class search page
文件大小 87.73 KB
安装次数 12
当前版本 2.0
更新时间 2019-03-08
上架时间 2019-03-08
开发者 bilalasd
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Rate My UH",
    "short_name": "RateMyUH",
    "version": "2.0",
    "manifest_version": 2,
    "description": "RateMyUH shows ratings from RateMyProfessor on PeopleSoft class search page",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/my.uh.edu\/*"
            ],
            "js": [
                "src\/jquery-2.1.1.js",
                "src\/mutation-summary.js",
                "src\/content.js"
            ]
        }
    ]
}