STADS (KU) - Compute average
Computes your (weighted) average based on grades from STADS
ما هو STADS (KU) - Compute average؟
STADS (KU) - Compute average هو إضافة Chrome تم تطويرها بواسطة Mikkel، والميزة الرئيسية لها هي "Computes your (weighted) average based on grades from STADS".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة STADS (KU) - Compute average
قم بتنزيل ملفات الامتداد STADS (KU) - Compute average بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
When this extension is installed, your grade average (as well as weighted average) will be shown in the bottom of the list amongst your grades. The average is computed based on passed exams, evaluated using the 7-point grading scale. The weighted average is based on ECTS weight. This extension supports University of Copenhagen. If you wish to have your university supported, please contact me.
معلومات أساسية عن التمديد
الاسم | STADS (KU) - Compute average |
ID | ohcjemaobjmeefiojnoggghlfdfeofbi |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/stads-ku-compute-average/ohcjemaobjmeefiojnoggghlfdfeofbi |
الوصف | Computes your (weighted) average based on grades from STADS |
حجم الملف | 29.43 KB |
عدد التثبيتات | 85 |
النسخة الحالية | 1.0 |
آخر تحديث | 2016-07-28 |
تاريخ النشر | 2016-07-28 |
المطور | Mikkel |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en,da |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_title__", "description": "__MSG_description__", "version": "1.0", "default_locale": "en", "content_scripts": [ { "matches": [ "https:\/\/sb.stads.ku.dk\/*" ], "js": [ "getavg.js" ], "all_frames": true } ], "permissions": [ "activeTab", "contextMenus", "https:\/\/sb.stads.ku.dk\/*" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |