Super StudentVUE

Allows you to calculate grades with hypothetical grade changes.

Wat is Super StudentVUE?

Super StudentVUE is een Chrome-extensie ontwikkeld door ubercorb, en de belangrijkste functie is "Allows you to calculate grades with hypothetical grade changes.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Super StudentVUE

Download Super StudentVUE-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Super StudentVUE Super StudentVUE
ID oadniffmkbpeokbdncbhbagbabadigfk
Officiële URL https://chromewebstore.google.com/detail/super-studentvue/oadniffmkbpeokbdncbhbagbabadigfk
Beschrijving Allows you to calculate grades with hypothetical grade changes.
Bestandsgrootte 11.66 KB
Aantal Installaties 263
Huidige Versie 0.0.0.2
Laatst Bijgewerkt 2023-01-19
Publicatiedatum 2023-01-10
Beoordeling 3.67/5 Totaal 3 Beoordelingen
Ontwikkelaar ubercorb
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}