GPA-me

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

¿Qué es GPA-me?

GPA-me es una extensión de Chrome desarrollada por Noah Presler, y su función principal es "A simple extension for editting your un-submitted grades to see what your GPA will be!".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión GPA-me

Descarga archivos de extensión GPA-me en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre GPA-me GPA-me
ID mnpgbocbiohchhfjkcbppidafmeokidj
URL Oficial https://chromewebstore.google.com/detail/gpa-me/mnpgbocbiohchhfjkcbppidafmeokidj
Descripción A simple extension for editting your un-submitted grades to see what your GPA will be!
Tamaño del Archivo 37.65 KB
Cantidad de Instalaciones 109
Versión Actual 4
Última Actualización 2016-11-17
Fecha de Publicación 2016-11-17
Calificación 5.00/5 Total de 6 Calificaciones
Desarrollador Noah Presler
Tipo de Pago free
Sitio Web de la Extensión http://semester.ly
URL de la Página de Ayuda http://semester.ly
Idiomas Soportados 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"
}