Gradescope Grade Calculator
Calculates average grades on Gradescope. This extension is not associated with Gradescope or its parent company.
ما هو Gradescope Grade Calculator؟
Gradescope Grade Calculator هو إضافة Chrome تم تطويرها بواسطة gradescopecalculator، والميزة الرئيسية لها هي "Calculates average grades on Gradescope. This extension is not associated with Gradescope or its parent company.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Gradescope Grade Calculator
قم بتنزيل ملفات الامتداد Gradescope Grade Calculator بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Calculates average grades on Gradescope. This extension is not associated with Gradescope or its parent company.
معلومات أساسية عن التمديد
الاسم | Gradescope Grade Calculator |
ID | alhgdioldhlhioomehokfodaopjlmbdb |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/gradescope-grade-calculat/alhgdioldhlhioomehokfodaopjlmbdb |
الوصف | Calculates average grades on Gradescope. This extension is not associated with Gradescope or its parent company. |
حجم الملف | 13.67 KB |
عدد التثبيتات | 226 |
النسخة الحالية | 1.03 |
آخر تحديث | 2022-11-06 |
تاريخ النشر | 2022-08-31 |
المطور | gradescopecalculator |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Gradescope Grade Calculator", "version": "1.03", "content_scripts": [ { "matches": [ "https:\/\/www.gradescope.com\/courses\/*" ], "js": [ "content.js" ] } ], "icons": { "128": "Calculator.png" }, "action": { "default_icon": "Calculator.png", "default_popup": "index.html", "default_title": "Popup" } } |