RMP Extension
Pulls in Rate My Professor Ratings for BYU Registration page
Cos'è RMP Extension?
RMP Extension è un'estensione di Chrome sviluppata da ehanna77, e la sua funzione principale è "Pulls in Rate My Professor Ratings for BYU Registration page".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione RMP Extension
Scarica i file di estensione RMP Extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | ibjeflpimfbfpnpgljhokhjnnamldclo |
URL Ufficiale | https://chromewebstore.google.com/detail/rmp-extension/ibjeflpimfbfpnpgljhokhjnnamldclo |
Descrizione | Pulls in Rate My Professor Ratings for BYU Registration page |
Dimensione del File | 2.73 MB |
Conteggio Installazioni | 591 |
Versione Corrente | 0.0.7 |
Ultimo Aggiornamento | 2019-12-24 |
Data di Pubblicazione | 2019-12-23 |
Valutazione | 5.00/5 Totale 11 Valutazioni |
Sviluppatore | ehanna77 |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } } |