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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}