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.
擴展基本資訊
名稱 | Super StudentVUE |
ID | oadniffmkbpeokbdncbhbagbabadigfk |
官方網址 | 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" } } |