STADS (KU) - Compute average

Computes your (weighted) average based on grades from STADS

Qu'est-ce que STADS (KU) - Compute average ?

STADS (KU) - Compute average est une extension Chrome développée par Mikkel, et sa fonction principale est "Computes your (weighted) average based on grades from STADS".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension STADS (KU) - Compute average

Téléchargez les fichiers d'extension STADS (KU) - Compute average au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom STADS (KU) - Compute average STADS (KU) - Compute average
ID ohcjemaobjmeefiojnoggghlfdfeofbi
URL Officiel https://chromewebstore.google.com/detail/stads-ku-compute-average/ohcjemaobjmeefiojnoggghlfdfeofbi
Description Computes your (weighted) average based on grades from STADS
Taille du Fichier 29.43 KB
Nombre d'Installations 85
Version Actuelle 1.0
Dernière Mise à Jour 2016-07-28
Date de Publication 2016-07-28
Développeur Mikkel
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}