PowerGPA
This extension calculates your current GPA
O que é PowerGPA?
PowerGPA é uma extensão do Chrome desenvolvida por Braeden Smith, e sua principal característica é "This extension calculates your current GPA".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão PowerGPA
Baixe arquivos de extensão PowerGPA no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
***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.
Informações Básicas da Extensão
Nome | PowerGPA |
ID | bdbhephmimagiadamkkipjedljddgncb |
URL Oficial | https://chromewebstore.google.com/detail/powergpa/bdbhephmimagiadamkkipjedljddgncb |
Descrição | This extension calculates your current GPA |
Tamanho do Arquivo | 481 KB |
Contagem de Instalações | 620 |
Versão Atual | 1.0.5 |
Última Atualização | 2018-12-18 |
Data de Publicação | 2018-12-17 |
Classificação | 4.43/5 Total de 7 Avaliações |
Desenvolvedor | Braeden Smith |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } |