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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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" } } |