CP QuickRatings
Easily view Polyratings data in Student Center
CP QuickRatings là gì?
CP QuickRatings là một tiện ích mở rộng Chrome được phát triển bởi ResolvedPromise, và tính năng chính của nó là "Easily view Polyratings data in Student Center".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng CP QuickRatings
Tải xuống các tệp mở rộng CP QuickRatings dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
------------------------------------------------------------------------------------------- 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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | CP QuickRatings |
ID | pliinobghndmnnjenolmokefjacnmdpo |
URL Chính Thức | https://chromewebstore.google.com/detail/cp-quickratings/pliinobghndmnnjenolmokefjacnmdpo |
Mô tả | Easily view Polyratings data in Student Center |
Kích Thước Tệp | 10.56 KB |
Số Lần Cài Đặt | 147 |
Phiên Bản Hiện Tại | 3.1 |
Cập Nhật Lần Cuối | 2022-05-17 |
Ngày Phát Hành | 2022-02-03 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | ResolvedPromise |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/adellevo/CP-QuickRatings |
Ngôn Ngữ Được Hỗ Trợ | 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 } |