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.」です。
拡張機能のスクリーンショット
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 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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
}
} | |