STADS (KU) - Compute average

Computes your (weighted) average based on grades from STADS

Cos'è STADS (KU) - Compute average?

STADS (KU) - Compute average è un'estensione di Chrome sviluppata da Mikkel, e la sua funzione principale è "Computes your (weighted) average based on grades from STADS".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione STADS (KU) - Compute average

Scarica i file di estensione STADS (KU) - Compute average in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome STADS (KU) - Compute average STADS (KU) - Compute average
ID ohcjemaobjmeefiojnoggghlfdfeofbi
URL Ufficiale https://chromewebstore.google.com/detail/stads-ku-compute-average/ohcjemaobjmeefiojnoggghlfdfeofbi
Descrizione Computes your (weighted) average based on grades from STADS
Dimensione del File 29.43 KB
Conteggio Installazioni 85
Versione Corrente 1.0
Ultimo Aggiornamento 2016-07-28
Data di Pubblicazione 2016-07-28
Sviluppatore Mikkel
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}