STADS (KU) - Compute average
Computes your (weighted) average based on grades from STADS
Vad är STADS (KU) - Compute average?
STADS (KU) - Compute average är en Chrome-tillägg utvecklad av Mikkel, och dess huvudfunktion är "Computes your (weighted) average based on grades from STADS".
Tilläggsskärmbilder
Ladda ner STADS (KU) - Compute average-förlängningens CRX-fil
Ladda ner STADS (KU) - Compute average-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | STADS (KU) - Compute average |
ID | ohcjemaobjmeefiojnoggghlfdfeofbi |
Officiell webbadress | https://chromewebstore.google.com/detail/stads-ku-compute-average/ohcjemaobjmeefiojnoggghlfdfeofbi |
Beskrivning | Computes your (weighted) average based on grades from STADS |
Filstorlek | 29.43 KB |
Antal Installationer | 85 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2016-07-28 |
Publiceringsdatum | 2016-07-28 |
Utvecklare | Mikkel |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" } } |