FPT GPA

Calculate Total GPA and semester GPA

Что такое FPT GPA?

FPT GPA - это расширение Chrome, разработанное vuhk, и его основная функция - "Calculate Total GPA and semester GPA".

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

screenshot

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

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

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

                        An Extension for Students of FPT
- Caculate GPA and evalue rank each Semester and 
- Caculate total GPA
Updated for 12/2019

Changelog : 
- 27/12/2019 : Move PMG201c to exclude list
- 19/03/2021 : Support https                    

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

Название FPT GPA FPT GPA
ID pieacoaichghpileamnhephkedchnlba
Официальный URL https://chromewebstore.google.com/detail/fpt-gpa/pieacoaichghpileamnhephkedchnlba
Описание Calculate Total GPA and semester GPA
Размер файла 244 KB
Количество установок 10,479
Текущая Версия 1.4.2
Последнее Обновление 2021-11-25
Дата публикации 2020-06-04
Рейтинг 4.90/5 Всего 21 оценок
Разработчик vuhk
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения http://fap.fpt.edu.vn/Grade/StudentTranscript.aspx
URL страницы помощи https://www.facebook.com/khanhvu2212
URL страницы политики конфиденциальности https://spdx.org/licenses/MIT.html
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FPT GPA",
    "version": "1.4.2",
    "manifest_version": 2,
    "description": "Calculate Total GPA and semester GPA",
    "homepage_url": "https:\/\/www.facebook.com\/khanhvu2212",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "page_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "FU GPA"
    },
    "permissions": [
        "http:\/\/fap.fpt.edu.vn\/Grade\/StudentTranscript.aspx",
        "https:\/\/fap.fpt.edu.vn\/Grade\/StudentTranscript.aspx",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/fap.fpt.edu.vn\/Grade\/StudentTranscript.aspx",
                "http:\/\/fap.fpt.edu.vn\/Grade\/StudentTranscript.aspx"
            ],
            "css": [
                "css\/gpa.css"
            ],
            "js": [
                "js\/define.js",
                "js\/util.js",
                "js\/logic.js"
            ],
            "run_at": "document_end"
        }
    ]
}