UoL Coursera Grades

Shows staff-graded project grades on the calendar page

Qu'est-ce que UoL Coursera Grades ?

UoL Coursera Grades est une extension Chrome développée par spencereick, et sa fonction principale est "Shows staff-graded project grades on the calendar page".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension UoL Coursera Grades

Téléchargez les fichiers d'extension UoL Coursera Grades 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

                        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.                    

Informations de Base sur l'Extension

Nom UoL Coursera Grades UoL Coursera Grades
ID dhpmaakdfkbiagigolpmjdiancfhhick
URL Officiel https://chromewebstore.google.com/detail/uol-coursera-grades/dhpmaakdfkbiagigolpmjdiancfhhick
Description Shows staff-graded project grades on the calendar page
Taille du Fichier 8.34 KB
Nombre d'Installations 2,000
Version Actuelle 1.0.0
Dernière Mise à Jour 2021-08-23
Date de Publication 2021-08-01
Évaluation 4.84/5 Total 25 Évaluations
Développeur spencereick
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    ]
}