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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
이메일 | [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 } } |