Rate My BYU Professors
Get your potential professor's rating easily on the BYU registration page.
什么是Rate My BYU Professors?
Rate My BYU Professors是由Viking Apps开发的Chrome扩展程序,该扩展的主要功能是“Get your potential professor's rating easily on the BYU registration page.”。
扩展截图
下载Rate My BYU Professors扩展crx文件
下载Rate My BYU Professors扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Version 1.4 Security fixes were added in this version. This extension retrieves information about each BYU professor from RateMyProfessor and displays it on the BYU class registration page. It retrieves the information based on the professor's name. No information will be shown if the professor's name is misspelled or absent from the RateMyProfessor. A rating is displayed for each professor, which you can click to go to their RateMyProfessor page. If you hover over the rating, you can see the professor's stats at a glance.
扩展基本信息
名称 | |
ID | ghokpcnkghnkfofadiajmmhinooijmaf |
官方URL | https://chrome.google.com/webstore/detail/ghokpcnkghnkfofadiajmmhinooijmaf |
简介 | Get your potential professor's rating easily on the BYU registration page. |
文件大小 | 463 KB |
安装次数 | 5,229 |
当前版本 | 1.4 |
更新时间 | 2021-08-28 |
上架时间 | 2019-06-06 |
评分 | 4.76/5 共45次评分 |
开发者 | Viking Apps |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://www.paypal.me/brandonjorgenson |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Rate My BYU Professors", "version": "1.4", "description": "Get your potential professor's rating easily on the BYU registration page.", "permissions": [ "storage", "https:\/\/search-production.ratemyprofessors.com\/*" ], "content_scripts": [ { "css": [ "tooltipster-master\/dist\/css\/tooltipster.main.min.css", "tooltip.css" ], "js": [ "jquery-3.3.1.min.js", "tooltipster-master\/dist\/js\/tooltipster.bundle.min.js", "background.js", "contentscript.js" ], "matches": [ "http:\/\/y.byu.edu\/ry\/ae\/prod\/registration\/cgi\/regOfferings.cgi*", "https:\/\/y.byu.edu\/ry\/ae\/prod\/registration\/cgi\/regOfferings.cgi" ] } ], "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "16": "Images\/byu_logo16.png", "48": "Images\/byu_logo48.png", "128": "Images\/byu_logo128.png" }, "manifest_version": 2 } |