UoL Coursera Grades

Shows staff-graded project grades on the calendar page

Wat is UoL Coursera Grades?

UoL Coursera Grades is een Chrome-extensie ontwikkeld door spencereick, en de belangrijkste functie is "Shows staff-graded project grades on the calendar page".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie UoL Coursera Grades

Download UoL Coursera Grades-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

                        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.                    

Basisinformatie over de Extensie

Naam UoL Coursera Grades UoL Coursera Grades
ID dhpmaakdfkbiagigolpmjdiancfhhick
Officiële URL https://chromewebstore.google.com/detail/uol-coursera-grades/dhpmaakdfkbiagigolpmjdiancfhhick
Beschrijving Shows staff-graded project grades on the calendar page
Bestandsgrootte 8.34 KB
Aantal Installaties 2,000
Huidige Versie 1.0.0
Laatst Bijgewerkt 2021-08-23
Publicatiedatum 2021-08-01
Beoordeling 4.84/5 Totaal 25 Beoordelingen
Ontwikkelaar spencereick
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}