Super StudentVUE
Allows you to calculate grades with hypothetical grade changes.
Super StudentVUE là gì?
Super StudentVUE là một tiện ích mở rộng Chrome được phát triển bởi ubercorb, và tính năng chính của nó là "Allows you to calculate grades with hypothetical grade changes.".
Ả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 Super StudentVUE
Tải xuống các tệp mở rộng Super StudentVUE 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
With GradeView being taken down, students need an accessible solution to add/change assignments to calculate their "what-if" grades. Disclaimer: Although I try my best to make this program work most effectively, I am not responsible for the effects of any potential inaccuracies.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Super StudentVUE |
ID | oadniffmkbpeokbdncbhbagbabadigfk |
URL Chính Thức | https://chromewebstore.google.com/detail/super-studentvue/oadniffmkbpeokbdncbhbagbabadigfk |
Mô tả | Allows you to calculate grades with hypothetical grade changes. |
Kích Thước Tệp | 11.66 KB |
Số Lần Cài Đặt | 263 |
Phiên Bản Hiện Tại | 0.0.0.2 |
Cập Nhật Lần Cuối | 2023-01-19 |
Ngày Phát Hành | 2023-01-10 |
Đánh Giá | 3.67/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | ubercorb |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Super StudentVUE", "description": "Allows you to calculate grades with hypothetical grade changes.", "version": "0.0.0.2", "manifest_version": 3, "action": { "default_popup": "hello.html", "default_icon": "128x128_logo.png" }, "content_scripts": [ { "js": [ "scripts\/content_v2.js" ], "matches": [ "https:\/\/md-mcps-psv.edupoint.com\/PXP2_Gradebook.aspx*" ] } ], "icons": { "16": "16x16_logo.png", "32": "32x32_logo.png", "48": "48x48_logo.png", "128": "128x128_logo.png" } } |