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