Super StudentVUE

Allows you to calculate grades with hypothetical grade changes.

什么是Super StudentVUE?

Super StudentVUE是由ubercorb开发的Chrome扩展程序,该扩展的主要功能是“Allows you to calculate grades with hypothetical grade changes.”。

扩展截图

screenshot
screenshot

下载Super StudentVUE扩展crx文件

下载Super StudentVUE扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Super StudentVUE Super StudentVUE
ID oadniffmkbpeokbdncbhbagbabadigfk
官方URL https://chromewebstore.google.com/detail/super-studentvue/oadniffmkbpeokbdncbhbagbabadigfk
简介 Allows you to calculate grades with hypothetical grade changes.
文件大小 11.66 KB
安装次数 263
当前版本 0.0.0.2
更新时间 2023-01-19
上架时间 2023-01-10
评分 3.67/5 共3次评分
开发者 ubercorb
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
    }
}