PHS GPA Calc

PHS GPA Calculator

O que é PHS GPA Calc?

PHS GPA Calc é uma extensão do Chrome desenvolvida por phsgpacalc, e sua principal característica é "PHS GPA Calculator".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão PHS GPA Calc

Baixe arquivos de extensão PHS GPA Calc 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

                        Calculates your cumulative unweighted GPA and displays it on Genesis.

On Genesis, go to: Grading > GRADE HISTORY

Note: This was made for students of Paramus High School by a Paramus High School student and is not an official report of your unweighted GPA.

Scale used:
A+ =  4.00
A   =  4.00
A-  =  3.70
B+ =  3.30
B   =  3.00
B-  =  2.70
C+ =  2.30
C   =  2.00
C-  =  1.70
D+ =  1.30
D   =  1.00
F   =   0.00
P   =   Unaccounted for

If you have a grade that is not in the scale listed above, it does not get added towards your GPA and is considered unaccounted for.                    

Informações Básicas da Extensão

Nome PHS GPA Calc PHS GPA Calc
ID gjicfcpmfffhmbkdcbomdakjkpgddflb
URL Oficial https://chromewebstore.google.com/detail/phs-gpa-calc/gjicfcpmfffhmbkdcbomdakjkpgddflb
Descrição PHS GPA Calculator
Tamanho do Arquivo 4.04 KB
Contagem de Instalações 26
Versão Atual 1.1.3
Última Atualização 2019-07-12
Data de Publicação 2019-07-12
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor phsgpacalc
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/RogerTheRabbit/PHS-GPA-Calculator-Chrome-Extension
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "PHS GPA Calc",
    "description": "PHS GPA Calculator",
    "version": "1.1.3",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.paramus.k12.nj.us\/genesis\/parents?tab1=studentdata&tab2=grading&tab3=history&action=form&studentid=*"
            ],
            "js": [
                "grade_history.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon.png"
    }
}