STADS (KU) - Compute average
Computes your (weighted) average based on grades from STADS
Wat is STADS (KU) - Compute average?
STADS (KU) - Compute average is een Chrome-extensie ontwikkeld door Mikkel, en de belangrijkste functie is "Computes your (weighted) average based on grades from STADS".
Extensie Screenshots
Download het CRX-bestand van de extensie STADS (KU) - Compute average
Download STADS (KU) - Compute average-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | STADS (KU) - Compute average |
ID | ohcjemaobjmeefiojnoggghlfdfeofbi |
Officiële URL | https://chromewebstore.google.com/detail/stads-ku-compute-average/ohcjemaobjmeefiojnoggghlfdfeofbi |
Beschrijving | Computes your (weighted) average based on grades from STADS |
Bestandsgrootte | 29.43 KB |
Aantal Installaties | 85 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2016-07-28 |
Publicatiedatum | 2016-07-28 |
Ontwikkelaar | Mikkel |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |