NYU Albert GPA Calculator
Calculate your GPA on NYU Albert
Was ist NYU Albert GPA Calculator?
NYU Albert GPA Calculator ist eine Chrome-Erweiterung, die von Matteo Sandrin entwickelt wurde, und ihr Hauptmerkmal ist "Calculate your GPA on NYU Albert".
Erweiterungsscreenshots
NYU Albert GPA Calculator-Erweiterungs-CRX-Datei herunterladen
Laden Sie NYU Albert GPA Calculator-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
Have you opened the spanking-new NYU Albert interface? Have you noticed that there is no sane way to view your GPA? Fear no more! This Chrome extension adds a nifty table in the "Grades" section of NYU Albert showing your GPA and how it's calculated. Disclaimer: The grades shown in the screenshot do not represent any specific student.
Grundlegende Informationen zur Erweiterung
Name | NYU Albert GPA Calculator |
ID | jdejmgfncfmnfcgkjpmbcnnicfnaidnh |
Offizielle URL | https://chromewebstore.google.com/detail/nyu-albert-gpa-calculator/jdejmgfncfmnfcgkjpmbcnnicfnaidnh |
Beschreibung | Calculate your GPA on NYU Albert |
Dateigröße | 38.64 KB |
Installationsanzahl | 42 |
Aktuelle Version | 1.01 |
Letztes Update | 2018-03-20 |
Veröffentlichungsdatum | 2018-03-20 |
Entwickler | Matteo Sandrin |
Zahlungsart | free |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "NYU Albert GPA Calculator", "version": "1.01", "manifest_version": 2, "description": "Calculate your GPA on NYU Albert", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "permissions": [], "content_scripts": [ { "matches": [ "https:\/\/sis.portal.nyu.edu\/*" ], "js": [ "src\/inject\/inject.js", "js\/jquery\/jquery.min.js" ] } ] } |