Super StudentVUE

Allows you to calculate grades with hypothetical grade changes.

Что такое Super StudentVUE?

Super StudentVUE - это расширение Chrome, разработанное ubercorb, и его основная функция - "Allows you to calculate grades with hypothetical grade changes.".

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

screenshot
screenshot

Скачать файл CRX расширения Super StudentVUE

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

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

                        With GradeView being taken down, students need an accessible solution to add/change assignments to calculate their "what-if" grades.

Disclaimer: Although I try my best to make this program work most effectively, I am not responsible for the effects of any potential inaccuracies.                    

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

Название Super StudentVUE Super StudentVUE
ID oadniffmkbpeokbdncbhbagbabadigfk
Официальный URL https://chromewebstore.google.com/detail/super-studentvue/oadniffmkbpeokbdncbhbagbabadigfk
Описание Allows you to calculate grades with hypothetical grade changes.
Размер файла 11.66 KB
Количество установок 263
Текущая Версия 0.0.0.2
Последнее Обновление 2023-01-19
Дата публикации 2023-01-10
Рейтинг 3.67/5 Всего 3 оценок
Разработчик ubercorb
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Super StudentVUE",
    "description": "Allows you to calculate grades with hypothetical grade changes.",
    "version": "0.0.0.2",
    "manifest_version": 3,
    "action": {
        "default_popup": "hello.html",
        "default_icon": "128x128_logo.png"
    },
    "content_scripts": [
        {
            "js": [
                "scripts\/content_v2.js"
            ],
            "matches": [
                "https:\/\/md-mcps-psv.edupoint.com\/PXP2_Gradebook.aspx*"
            ]
        }
    ],
    "icons": {
        "16": "16x16_logo.png",
        "32": "32x32_logo.png",
        "48": "48x48_logo.png",
        "128": "128x128_logo.png"
    }
}