STADS (KU) - Compute average
Computes your (weighted) average based on grades from STADS
STADS (KU) - Compute average क्या है?
STADS (KU) - Compute average Mikkel द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Computes your (weighted) average based on grades from STADS"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में STADS (KU) - Compute average एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" } } |