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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" } } |