Super StudentVUE
Allows you to calculate grades with hypothetical grade changes.
What is Super StudentVUE?
Super StudentVUE is a Chrome extension developed by ubercorb, and its main feature is "Allows you to calculate grades with hypothetical grade changes.".
Extension Screenshots
Download Super StudentVUE Extension CRX File
Download Super StudentVUE extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Super StudentVUE |
ID | oadniffmkbpeokbdncbhbagbabadigfk |
Official URL | https://chromewebstore.google.com/detail/super-studentvue/oadniffmkbpeokbdncbhbagbabadigfk |
Description | Allows you to calculate grades with hypothetical grade changes. |
File Size | 11.66 KB |
Installation Count | 263 |
Current Version | 0.0.0.2 |
Last Updated | 2023-01-19 |
Publish Date | 2023-01-10 |
Rating | 3.67/5 Total 3 Ratings |
Developer | ubercorb |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |