PowerGPA
This extension calculates your current GPA
Что такое PowerGPA?
PowerGPA - это расширение Chrome, разработанное Braeden Smith, и его основная функция - "This extension calculates your current GPA".
Снимки экрана расширения
Скачать файл CRX расширения PowerGPA
Скачайте файлы расширений PowerGPA в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
***1.0.5 note***: WPS decided to change "HNRS" to "HONORS and "A.P." to "AP". Then they changed it back. ---- This extension takes current accessible grades and displays a calculated GPA from Powerschool. Just go to view your grades normally and your GPA will appear on the top. This extension is in no way affiliated with Powerschool or any related products. Built for the Westport Public School District currently. There may be issues with the GPA weighting, message me or email me if this occurs.
Основная информация о расширении
Название | PowerGPA |
ID | bdbhephmimagiadamkkipjedljddgncb |
Официальный URL | https://chromewebstore.google.com/detail/powergpa/bdbhephmimagiadamkkipjedljddgncb |
Описание | This extension calculates your current GPA |
Размер файла | 481 KB |
Количество установок | 620 |
Текущая Версия | 1.0.5 |
Последнее Обновление | 2018-12-18 |
Дата публикации | 2018-12-17 |
Рейтинг | 4.43/5 Всего 7 оценок |
Разработчик | Braeden Smith |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "PowerGPA", "description": "This extension calculates your current GPA", "version": "1.0.5", "browser_action": { "default_icon": "smallicon.png" }, "icons": { "128": "smallicon.png", "48": "smallicon.png", "16": "smallicon.png" }, "content_scripts": [ { "js": [ "jquery-3.2.1.min.js", "content.js" ], "css": [ "styles.css" ], "matches": [ "https:\/\/*.westportps.org\/guardian\/home.html" ] } ], "web_accessible_resources": [ "*.csv" ] } |