CP QuickRatings
Easily view Polyratings data in Student Center
什么是CP QuickRatings?
CP QuickRatings是由ResolvedPromise开发的Chrome扩展程序,该扩展的主要功能是“Easily view Polyratings data in Student Center”。
扩展截图
下载CP QuickRatings扩展crx文件
下载CP QuickRatings扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
------------------------------------------------------------------------------------------- How it works ------------------------------------------------------------------------------------------- Once you've installed the extension, log in to Student Center to activate it. You will see that some professors' names are highlighted in green, which indicates that they have existing Polyratings data. Hovering over any highlighted name will trigger a popup that displays an overview of the corresponding professor's ratings, as well as a button to visit that professor's Polyratings page, where you can read full reviews. If you're viewing classes on Schedule Builder: hovering over a highlighted name on an unexpanded dropdown will not trigger a popup — the green highlight is only meant to prompt you to expand the dropdown, which will then allow you to view all the professors and their corresponding popups. ------------------------------------------------------------------------------------------- Other notes ------------------------------------------------------------------------------------------- This extension is in active development. If you encounter any issues, please let us know by emailing us at [email protected] or submitting feedback through this Google Form: https://forms.gle/BE3mTCXdY2LNYvLB6.
扩展基本信息
名称 | CP QuickRatings |
ID | pliinobghndmnnjenolmokefjacnmdpo |
官方URL | https://chromewebstore.google.com/detail/cp-quickratings/pliinobghndmnnjenolmokefjacnmdpo |
简介 | Easily view Polyratings data in Student Center |
文件大小 | 10.56 KB |
安装次数 | 147 |
当前版本 | 3.1 |
更新时间 | 2022-05-17 |
上架时间 | 2022-02-03 |
评分 | 5.00/5 共2次评分 |
开发者 | ResolvedPromise |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/adellevo/CP-QuickRatings |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "CP QuickRatings", "version": "3.1", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "description": "Easily view Polyratings data in Student Center", "content_scripts": [ { "matches": [ "https:\/\/cmsweb.pscs.calpoly.edu\/*" ], "all_frames": true, "css": [ "main.css" ], "js": [ "main.js" ], "run_at": "document_end" } ], "host_permissions": [ "https:\/\/api.github.com\/repos\/Polyratings\/Polyratings-data\/contents\/professor-list.json?ref=data" ], "manifest_version": 3 } |