Canvas Overall Grade and GPA Calculator

Extension that calculates your total grade in Canvas

Что такое Canvas Overall Grade and GPA Calculator?

Canvas Overall Grade and GPA Calculator - это расширение Chrome, разработанное grantfitez, и его основная функция - "Extension that calculates your total grade in Canvas".

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

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Canvas Overall Grade and GPA Calculator

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

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

                        This extension will automatically calculate your overall grade in canvas, including categories and weighting. 

Created By: Finn Cooper '22, Jacob Fanale '22, Grant Fitez '20, Kevin Lou '23                    

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

Название Canvas Overall Grade and GPA Calculator Canvas Overall Grade and GPA Calculator
ID pdjihecpdkkgkocecgomaambbpbioeao
Официальный URL https://chromewebstore.google.com/detail/canvas-overall-grade-and/pdjihecpdkkgkocecgomaambbpbioeao
Описание Extension that calculates your total grade in Canvas
Размер файла 21.75 KB
Количество установок 2,403
Текущая Версия 2.2.0
Последнее Обновление 2021-03-18
Дата публикации 2020-09-13
Рейтинг 3.00/5 Всего 2 оценок
Разработчик grantfitez
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Canvas Overall Grade and GPA Calculator",
    "description": "Extension that calculates your total grade in Canvas",
    "version": "2.2.0",
    "author": "Finn Cooper, Jacob Fanale, Grant Fitez, Kevin Lou",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "https:\/\/kentdenver.instructure.com\/courses\/*\/grades",
        "tabs",
        "storage"
    ],
    "browser_action": {
        "default_icon": "logo.png",
        "default_popup": "popup.html"
    }
}