GPA-me
A simple extension for editting your un-submitted grades to see what your GPA will be!
What is GPA-me?
GPA-me is a Chrome extension developed by Noah Presler, and its main feature is "A simple extension for editting your un-submitted grades to see what your GPA will be!".
Extension Screenshots
Download GPA-me Extension CRX File
Download GPA-me extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | GPA-me |
ID | mnpgbocbiohchhfjkcbppidafmeokidj |
Official URL | https://chromewebstore.google.com/detail/gpa-me/mnpgbocbiohchhfjkcbppidafmeokidj |
Description | A simple extension for editting your un-submitted grades to see what your GPA will be! |
File Size | 37.65 KB |
Installation Count | 109 |
Current Version | 4 |
Last Updated | 2016-11-17 |
Publish Date | 2016-11-17 |
Rating | 5.00/5 Total 6 Ratings |
Developer | Noah Presler |
Payment Type | free |
Extension Website | http://semester.ly |
Help Page URL | http://semester.ly |
Supported Languages | 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" } |