Gpa calculator

Quick launch GPA viewer for Yorku students

Что такое Gpa calculator?

Gpa calculator - это расширение Chrome, разработанное Alexander, и его основная функция - "Quick launch GPA viewer for Yorku students".

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

screenshot
screenshot
screenshot

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

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

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

                        An extension for students at York University to view their overall , sessional, and choice of culminative Grade Point Average (GPA) in a click of a button.                    

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

Название Gpa calculator Gpa calculator
ID lpabmedjkjjjpjmeadnbpbmbklhnbbel
Официальный URL https://chromewebstore.google.com/detail/gpa-calculator/lpabmedjkjjjpjmeadnbpbmbklhnbbel
Описание Quick launch GPA viewer for Yorku students
Размер файла 120 KB
Количество установок 43
Текущая Версия 1.0
Последнее Обновление 2020-08-02
Дата публикации 2020-07-29
Рейтинг 5.00/5 Всего 1 оценок
Разработчик Alexander
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Gpa calculator",
    "version": "1.0",
    "description": "Quick launch GPA viewer for Yorku students",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/wrem.sis.yorku.ca\/Apps\/WebObjects\/ydml.woa\/wa\/DirectAction\/document?name=CourseListv1",
                "https:\/\/w6prod.sis.yorku.ca\/yda\/student"
            ],
            "js": [
                "main.js"
            ]
        }
    ],
    "icons": {
        "128": "icon.png"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "eecs calculator",
        "default_icon": "icon.png"
    }
}