RMP Extension

Pulls in Rate My Professor Ratings for BYU Registration page

Was ist RMP Extension?

RMP Extension ist eine Chrome-Erweiterung, die von ehanna77 entwickelt wurde, und ihr Hauptmerkmal ist "Pulls in Rate My Professor Ratings for BYU Registration page".

Erweiterungsscreenshots

screenshot

RMP Extension-Erweiterungs-CRX-Datei herunterladen

Laden Sie RMP Extension-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name RMP Extension RMP Extension
ID ibjeflpimfbfpnpgljhokhjnnamldclo
Offizielle URL https://chromewebstore.google.com/detail/rmp-extension/ibjeflpimfbfpnpgljhokhjnnamldclo
Beschreibung Pulls in Rate My Professor Ratings for BYU Registration page
Dateigröße 2.73 MB
Installationsanzahl 591
Aktuelle Version 0.0.7
Letztes Update 2019-12-24
Veröffentlichungsdatum 2019-12-23
Bewertung 5.00/5 Insgesamt 11 Bewertungen
Entwickler ehanna77
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
        ]
    }
}