GPA-me

A simple extension for editting your un-submitted grades to see what your GPA will be!

O que é GPA-me?

GPA-me é uma extensão do Chrome desenvolvida por Noah Presler, e sua principal característica é "A simple extension for editting your un-submitted grades to see what your GPA will be!".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão GPA-me

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

                        It's finals week and you have no idea what your grades are going to be...The suspense is killing you...what will your GPA be?! You pull out a calculator, or maybe open an excel doc and start plugging away.

No longer will you be submitted to the grueling process of these calculations! Instead, easily edit your grades from ISIS and see your GPA update in real time. 

Go to the options page to turn on 'Stress Mode' to cover your grades and keep them hidden!

By installing this extension, you will automatically have this ability whenever you are on the ISIS 'My Grades' page. Simply log in with your JHED-ID and start editing to see what your GPA might be. 

Made for students attending the Johns Hopkins University.                    

Informações Básicas da Extensão

Nome GPA-me GPA-me
ID mnpgbocbiohchhfjkcbppidafmeokidj
URL Oficial https://chromewebstore.google.com/detail/gpa-me/mnpgbocbiohchhfjkcbppidafmeokidj
Descrição A simple extension for editting your un-submitted grades to see what your GPA will be!
Tamanho do Arquivo 37.65 KB
Contagem de Instalações 109
Versão Atual 4
Última Atualização 2016-11-17
Data de Publicação 2016-11-17
Classificação 5.00/5 Total de 6 Avaliações
Desenvolvedor Noah Presler
Tipo de Pagamento free
Site da Extensão http://semester.ly
URL da Página de Ajuda http://semester.ly
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GPA-me",
    "description": "A simple extension for editting your un-submitted grades to see what your GPA will be!",
    "version": "4",
    "manifest_version": 2,
    "content_scripts": [
        {
            "css": [
                "gpa-me.css"
            ],
            "matches": [
                "https:\/\/sis.jhu.edu\/*"
            ],
            "js": [
                "jquery-2.1.4.min.js",
                "myscript.js"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "browser_action": {
        "default_icon": "icon.png"
    },
    "options_page": "options.html"
}