Webreg Course Info Extension
Displays information about professors and expected workload in webreg.
Webreg Course Info Extension là gì?
Webreg Course Info Extension là một tiện ích mở rộng Chrome được phát triển bởi thepot8totheory, và tính năng chính của nó là "Displays information about professors and expected workload in webreg.".
Ả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 Webreg Course Info Extension
Tải xuống các tệp mở rộng Webreg Course Info Extension 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
Easily check the ratings of your professors and courses on WebReg with this extension
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Webreg Course Info Extension |
ID | oicloanloffjnombnhhmplbienojjepd |
URL Chính Thức | https://chromewebstore.google.com/detail/webreg-course-info-extens/oicloanloffjnombnhhmplbienojjepd |
Mô tả | Displays information about professors and expected workload in webreg. |
Kích Thước Tệp | 616 KB |
Số Lần Cài Đặt | 166 |
Phiên Bản Hiện Tại | 1.1 |
Cập Nhật Lần Cuối | 2023-11-06 |
Ngày Phát Hành | 2023-09-20 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | thepot8totheory |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://www.freeprivacypolicy.com/live/2254530c-a605-462c-a2ba-9fcc2bdf2951 |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Webreg Course Info Extension", "version": "1.1", "icons": { "128": "UCSD128.png" }, "description": "Displays information about professors and expected workload in webreg.", "content_scripts": [ { "matches": [ "https:\/\/act.ucsd.edu\/webreg2\/*" ], "css": [ "Data_Visual.css" ], "js": [ "Prof-Info.js" ] } ], "web_accessible_resources": [ { "resources": [ "capes_data.csv", "rmp_data_without_empty_lines.csv" ], "matches": [ "https:\/\/act.ucsd.edu\/*" ] } ] } |