UoL Coursera Grades

Shows staff-graded project grades on the calendar page

Co to jest UoL Coursera Grades?

UoL Coursera Grades to rozszerzenie Chrome opracowane przez spencereick, a jego główną funkcją jest „Shows staff-graded project grades on the calendar page”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia UoL Coursera Grades

Pobierz pliki rozszerzeń UoL Coursera Grades w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa UoL Coursera Grades UoL Coursera Grades
ID dhpmaakdfkbiagigolpmjdiancfhhick
Oficjalny URL https://chromewebstore.google.com/detail/uol-coursera-grades/dhpmaakdfkbiagigolpmjdiancfhhick
Opis Shows staff-graded project grades on the calendar page
Rozmiar pliku 8.34 KB
Liczba instalacji 2,000
Aktualna Wersja 1.0.0
Ostatnia Aktualizacja 2021-08-23
Data Publikacji 2021-08-01
Ocena 4.84/5 Łącznie 25 Oceny
Deweloper spencereick
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    ]
}