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 |
官方網址 | 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" ] } } |