UoL Coursera Grades

Shows staff-graded project grades on the calendar page

Что такое UoL Coursera Grades?

UoL Coursera Grades - это расширение Chrome, разработанное spencereick, и его основная функция - "Shows staff-graded project grades on the calendar page".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения UoL Coursera Grades

Скачайте файлы расширений UoL Coursera Grades в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название UoL Coursera Grades UoL Coursera Grades
ID dhpmaakdfkbiagigolpmjdiancfhhick
Официальный URL https://chromewebstore.google.com/detail/uol-coursera-grades/dhpmaakdfkbiagigolpmjdiancfhhick
Описание Shows staff-graded project grades on the calendar page
Размер файла 8.34 KB
Количество установок 2,000
Текущая Версия 1.0.0
Последнее Обновление 2021-08-23
Дата публикации 2021-08-01
Рейтинг 4.84/5 Всего 25 оценок
Разработчик spencereick
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки 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"
    ]
}