GPA-me
A simple extension for editting your un-submitted grades to see what your GPA will be!
Apa itu GPA-me?
GPA-me adalah ekstensi Chrome yang dikembangkan oleh Noah Presler, dan fitur utamanya adalah "A simple extension for editting your un-submitted grades to see what your GPA will be!".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi GPA-me
Unduh file ekstensi GPA-me dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | GPA-me |
ID | mnpgbocbiohchhfjkcbppidafmeokidj |
URL Resmi | https://chromewebstore.google.com/detail/gpa-me/mnpgbocbiohchhfjkcbppidafmeokidj |
Deskripsi | A simple extension for editting your un-submitted grades to see what your GPA will be! |
Ukuran File | 37.65 KB |
Jumlah Instalasi | 109 |
Versi Saat Ini | 4 |
Terakhir Diperbarui | 2016-11-17 |
Tanggal Publikasi | 2016-11-17 |
Penilaian | 5.00/5 Total 6 Penilaian |
Pengembang | Noah Presler |
Tipe Pembayaran | free |
Situs Ekstensi | http://semester.ly |
URL Halaman Bantuan | http://semester.ly |
Bahasa yang Didukung | 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" } |