GPA-me

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

Was ist GPA-me?

GPA-me ist eine Chrome-Erweiterung, die von Noah Presler entwickelt wurde, und ihr Hauptmerkmal ist "A simple extension for editting your un-submitted grades to see what your GPA will be!".

Erweiterungsscreenshots

screenshot

GPA-me-Erweiterungs-CRX-Datei herunterladen

Laden Sie GPA-me-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name GPA-me GPA-me
ID mnpgbocbiohchhfjkcbppidafmeokidj
Offizielle URL https://chromewebstore.google.com/detail/gpa-me/mnpgbocbiohchhfjkcbppidafmeokidj
Beschreibung A simple extension for editting your un-submitted grades to see what your GPA will be!
Dateigröße 37.65 KB
Installationsanzahl 109
Aktuelle Version 4
Letztes Update 2016-11-17
Veröffentlichungsdatum 2016-11-17
Bewertung 5.00/5 Insgesamt 6 Bewertungen
Entwickler Noah Presler
Zahlungsart free
Erweiterungswebsite http://semester.ly
Hilfeseite URL http://semester.ly
Unterstützte Sprachen 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"
}