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