Super StudentVUE
Allows you to calculate grades with hypothetical grade changes.
Super StudentVUEคืออะไร?
Super StudentVUE เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ubercorb และคุณลักษณะหลักของมันคือ "Allows you to calculate grades with hypothetical grade changes."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Super StudentVUE
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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" } } |