Super StudentVUE
Allows you to calculate grades with hypothetical grade changes.
Hvad er Super StudentVUE?
Super StudentVUE er en Chrome-udvidelse udviklet af ubercorb, og dens hovedfunktion er "Allows you to calculate grades with hypothetical grade changes.".
Udvidelsesskærmbilleder
Download Super StudentVUE-udvidelses-CRX-fil
Download Super StudentVUE-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | Super StudentVUE |
ID | oadniffmkbpeokbdncbhbagbabadigfk |
Officiel URL | https://chromewebstore.google.com/detail/super-studentvue/oadniffmkbpeokbdncbhbagbabadigfk |
Beskrivelse | Allows you to calculate grades with hypothetical grade changes. |
Filstørrelse | 11.66 KB |
Antal Installationer | 263 |
Nuværende Version | 0.0.0.2 |
Senest Opdateret | 2023-01-19 |
Udgivelsesdato | 2023-01-10 |
Bedømmelse | 3.67/5 Samlet 3 Bedømmelser |
Udvikler | ubercorb |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" } } |