NYU Albert GPA Calculator
Calculate your GPA on NYU Albert
Wat is NYU Albert GPA Calculator?
NYU Albert GPA Calculator is een Chrome-extensie ontwikkeld door Matteo Sandrin, en de belangrijkste functie is "Calculate your GPA on NYU Albert".
Extensie Screenshots
Download het CRX-bestand van de extensie NYU Albert GPA Calculator
Download NYU Albert GPA Calculator-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | jdejmgfncfmnfcgkjpmbcnnicfnaidnh |
| Officiële URL | https://chromewebstore.google.com/detail/nyu-albert-gpa-calculator/jdejmgfncfmnfcgkjpmbcnnicfnaidnh |
| Beschrijving | Calculate your GPA on NYU Albert |
| Bestandsgrootte | 38.64 KB |
| Aantal Installaties | 42 |
| Huidige Versie | 1.01 |
| Laatst Bijgewerkt | 2018-03-20 |
| Publicatiedatum | 2018-03-20 |
| Ontwikkelaar | Matteo Sandrin |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
]
}
]
} | |