GPA-me
A simple extension for editting your un-submitted grades to see what your GPA will be!
Cos'è GPA-me?
GPA-me è un'estensione di Chrome sviluppata da Noah Presler, e la sua funzione principale è "A simple extension for editting your un-submitted grades to see what your GPA will be!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione GPA-me
Scarica i file di estensione GPA-me in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | GPA-me |
ID | mnpgbocbiohchhfjkcbppidafmeokidj |
URL Ufficiale | https://chromewebstore.google.com/detail/gpa-me/mnpgbocbiohchhfjkcbppidafmeokidj |
Descrizione | A simple extension for editting your un-submitted grades to see what your GPA will be! |
Dimensione del File | 37.65 KB |
Conteggio Installazioni | 109 |
Versione Corrente | 4 |
Ultimo Aggiornamento | 2016-11-17 |
Data di Pubblicazione | 2016-11-17 |
Valutazione | 5.00/5 Totale 6 Valutazioni |
Sviluppatore | Noah Presler |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://semester.ly |
URL della Pagina di Aiuto | http://semester.ly |
Lingue Supportate | 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" } |