Portland State RateMyProfessors

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

Portland State RateMyProfessorsคืออะไร?

Portland State RateMyProfessors เป็นส่วนขยายของ Chrome ที่พัฒนาโดย dev.trevorliberty และคุณลักษณะหลักของมันคือ "Displays professors' RateMyProfessors ratings in the online course listings for Portland State University."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Portland State RateMyProfessors

ดาวน์โหลดไฟล์ส่วนขยาย 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
    }
}