RMP Extension

Pulls in Rate My Professor Ratings for BYU Registration page

RMP Extensionคืออะไร?

RMP Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ehanna77 และคุณลักษณะหลักของมันคือ "Pulls in Rate My Professor Ratings for BYU Registration page"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย RMP Extension

ดาวน์โหลดไฟล์ส่วนขยาย RMP Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Rate My Professor redesigned their page which broke the app, so this update will fix it to work with the new rate my professor site.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ RMP Extension RMP Extension
ID ibjeflpimfbfpnpgljhokhjnnamldclo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/rmp-extension/ibjeflpimfbfpnpgljhokhjnnamldclo
คำอธิบาย Pulls in Rate My Professor Ratings for BYU Registration page
ขนาดไฟล์ 2.73 MB
จำนวนการติดตั้ง 591
เวอร์ชันปัจจุบัน 0.0.7
อัปเดตครั้งล่าสุด 2019-12-24
วันที่เผยแพร่ 2019-12-23
คะแนน 5.00/5 รวมทั้งหมด 11 คะแนน
ผู้พัฒนา ehanna77
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "RMP Extension",
    "version": "0.0.7",
    "manifest_version": 2,
    "description": "Pulls in Rate My Professor Ratings for BYU Registration page",
    "homepage_url": "http:\/\/extensionizr.com",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/y.byu.edu\/ry\/ae\/prod\/registration\/cgi\/regOfferings.cgi*"
            ],
            "css": [
                "src\/inject\/inject.css",
                "bootstrap.min.css"
            ]
        },
        {
            "matches": [
                "https:\/\/y.byu.edu\/ry\/ae\/prod\/registration\/cgi\/regOfferings.cgi*"
            ],
            "js": [
                "src\/inject\/inject.js",
                "jquery-3.2.1.min.js",
                "bootstrap.min.js",
                "popper.min.js"
            ]
        }
    ],
    "permissions": [
        "http:\/\/localhost\/*"
    ],
    "background": {
        "scripts": [
            "src\/rmp\/background.js"
        ]
    }
}