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.」です。
拡張機能のスクリーンショット
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.                     拡張機能の基本情報
| 名前 |   |  
| 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 | 
| Eメール | [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"
    }
}  |  |