RMP Extension
Pulls in Rate My Professor Ratings for BYU Registration page
Hvad er RMP Extension?
RMP Extension er en Chrome-udvidelse udviklet af ehanna77, og dens hovedfunktion er "Pulls in Rate My Professor Ratings for BYU Registration page".
Udvidelsesskærmbilleder
Download RMP Extension-udvidelses-CRX-fil
Download RMP Extension-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | ibjeflpimfbfpnpgljhokhjnnamldclo |
Officiel URL | https://chromewebstore.google.com/detail/rmp-extension/ibjeflpimfbfpnpgljhokhjnnamldclo |
Beskrivelse | Pulls in Rate My Professor Ratings for BYU Registration page |
Filstørrelse | 2.73 MB |
Antal Installationer | 591 |
Nuværende Version | 0.0.7 |
Senest Opdateret | 2019-12-24 |
Udgivelsesdato | 2019-12-23 |
Bedømmelse | 5.00/5 Samlet 11 Bedømmelser |
Udvikler | ehanna77 |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" ] } } |