Gradescope Grade Calculator

Calculates average grades on Gradescope. This extension is not associated with Gradescope or its parent company.

Что такое Gradescope Grade Calculator?

Gradescope Grade Calculator - это расширение Chrome, разработанное gradescopecalculator, и его основная функция - "Calculates average grades on Gradescope. This extension is not associated with Gradescope or its parent company.".

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

screenshot

Скачать файл CRX расширения Gradescope Grade Calculator

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

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

                        Calculates average grades on Gradescope. 

This extension is not associated with Gradescope or its parent company.                    

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

Название Gradescope Grade Calculator Gradescope Grade Calculator
ID alhgdioldhlhioomehokfodaopjlmbdb
Официальный URL https://chromewebstore.google.com/detail/gradescope-grade-calculat/alhgdioldhlhioomehokfodaopjlmbdb
Описание Calculates average grades on Gradescope. This extension is not associated with Gradescope or its parent company.
Размер файла 13.67 KB
Количество установок 226
Текущая Версия 1.03
Последнее Обновление 2022-11-06
Дата публикации 2022-08-31
Разработчик gradescopecalculator
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Gradescope Grade Calculator",
    "version": "1.03",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.gradescope.com\/courses\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "128": "Calculator.png"
    },
    "action": {
        "default_icon": "Calculator.png",
        "default_popup": "index.html",
        "default_title": "Popup"
    }
}