UoL Coursera Grades

Shows staff-graded project grades on the calendar page

Cos'è UoL Coursera Grades?

UoL Coursera Grades è un'estensione di Chrome sviluppata da spencereick, e la sua funzione principale è "Shows staff-graded project grades on the calendar page".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione UoL Coursera Grades

Scarica i file di estensione UoL Coursera Grades 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

                        Use this only if you are doing University of London's online BSc Computer Science via Coursera.

The extension is useful for seeing unofficial grades for midterm and final projects. You must use the "New Experience" UI for this to work properly. When on the home calendar page, you will see a button that will display any grades that have yet to be officially released.

Credit to freepik.com for the icon.                    

Informazioni di Base sull'Estensione

Nome UoL Coursera Grades UoL Coursera Grades
ID dhpmaakdfkbiagigolpmjdiancfhhick
URL Ufficiale https://chromewebstore.google.com/detail/uol-coursera-grades/dhpmaakdfkbiagigolpmjdiancfhhick
Descrizione Shows staff-graded project grades on the calendar page
Dimensione del File 8.34 KB
Conteggio Installazioni 2,000
Versione Corrente 1.0.0
Ultimo Aggiornamento 2021-08-23
Data di Pubblicazione 2021-08-01
Valutazione 4.84/5 Totale 25 Valutazioni
Sviluppatore spencereick
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "UoL Coursera Grades",
    "version": "1.0.0",
    "manifest_version": 2,
    "description": "Shows staff-graded project grades on the calendar page",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "https:\/\/www.coursera.org\/degrees\/bachelor-of-science-computer-science-london\/home",
        "webRequest"
    ]
}