Portland State RateMyProfessors

Displays professors' RateMyProfessors ratings in the online course listings for Portland State University.

什么是Portland State RateMyProfessors?

Portland State RateMyProfessors是由dev.trevorliberty开发的Chrome扩展程序,该扩展的主要功能是“Displays professors' RateMyProfessors ratings in the online course listings for Portland State University.”。

扩展截图

screenshot

下载Portland State RateMyProfessors扩展crx文件

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

扩展使用说明

                        Rate My Professor Extension for Portland State University

1. Download the extension
2. Browse classes normally
3. Hover over a professor

Developed by Trevor Liberty and Joe Leland

Version 1.0.0
-Dealt with Rate My Professor overhaul

Currently not supporting classes with multiple professors.
-Support will be added in future patch                    

扩展基本信息

名称 Portland State RateMyProfessors Portland State RateMyProfessors
ID hpfjccopidfknnnfogdldecealjmkaoc
官方URL https://chromewebstore.google.com/detail/portland-state-ratemyprof/hpfjccopidfknnnfogdldecealjmkaoc
简介 Displays professors' RateMyProfessors ratings in the online course listings for Portland State University.
文件大小 15.35 MB
安装次数 58
当前版本 1.0.1
更新时间 2020-05-14
上架时间 2020-05-13
评分 5.00/5 共3次评分
开发者 dev.trevorliberty
电子邮箱 [email protected]
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Portland State RateMyProfessors",
    "description": "Displays professors' RateMyProfessors ratings in the online course listings for Portland State University.",
    "version": "1.0.1",
    "manifest_version": 2,
    "permissions": [
        "*:\/\/*.ratemyprofessors.com\/*"
    ],
    "icons": {
        "16": "rmpIcon.png",
        "48": "rmpIcon.png",
        "128": "rmpIcon.png"
    },
    "content_scripts": [
        {
            "exclude_matches": [
                "https:\/\/app.banner.pdx.edu\/assets\/mobileAppPromo.png"
            ],
            "matches": [
                "https:\/\/app.banner.pdx.edu\/StudentRegistrationSsb\/ssb\/classRegistration\/classRegistration",
                "https:\/\/app.banner.pdx.edu\/StudentRegistrationSsb\/ssb\/classSearch\/classSearch"
            ],
            "css": [
                "dist\/css\/tooltipster.bundle.css"
            ],
            "js": [
                "jquery.js",
                "dist\/js\/tooltipster.bundle.js",
                "rmp.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "jquery.js",
            "background.js"
        ],
        "persistent": false
    }
}