NYU Albert GPA Calculator
Calculate your GPA on NYU Albert
Cos'è NYU Albert GPA Calculator?
NYU Albert GPA Calculator è un'estensione di Chrome sviluppata da Matteo Sandrin, e la sua funzione principale è "Calculate your GPA on NYU Albert".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione NYU Albert GPA Calculator
Scarica i file di estensione NYU Albert GPA Calculator 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
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | jdejmgfncfmnfcgkjpmbcnnicfnaidnh |
| URL Ufficiale | https://chromewebstore.google.com/detail/nyu-albert-gpa-calculator/jdejmgfncfmnfcgkjpmbcnnicfnaidnh |
| Descrizione | Calculate your GPA on NYU Albert |
| Dimensione del File | 38.64 KB |
| Conteggio Installazioni | 42 |
| Versione Corrente | 1.01 |
| Ultimo Aggiornamento | 2018-03-20 |
| Data di Pubblicazione | 2018-03-20 |
| Sviluppatore | Matteo Sandrin |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
]
}
]
} | |