RMP Extension
Pulls in Rate My Professor Ratings for BYU Registration page
RMP Extensionとは何ですか?
RMP Extensionはehanna77によって開発されたChromeの拡張機能で、その主な機能は「Pulls in Rate My Professor Ratings for BYU Registration page」です。
拡張機能のスクリーンショット
RMP Extension拡張機能のCRXファイルをダウンロード
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.
拡張機能の基本情報
名前 | |
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 |
Eメール | [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" ] } } |