NYU Albert GPA Calculator
Calculate your GPA on NYU Albert
Hvad er NYU Albert GPA Calculator?
NYU Albert GPA Calculator er en Chrome-udvidelse udviklet af Matteo Sandrin, og dens hovedfunktion er "Calculate your GPA on NYU Albert".
Udvidelsesskærmbilleder
Download NYU Albert GPA Calculator-udvidelses-CRX-fil
Download NYU Albert GPA Calculator-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | jdejmgfncfmnfcgkjpmbcnnicfnaidnh |
| Officiel URL | https://chromewebstore.google.com/detail/nyu-albert-gpa-calculator/jdejmgfncfmnfcgkjpmbcnnicfnaidnh |
| Beskrivelse | Calculate your GPA on NYU Albert |
| Filstørrelse | 38.64 KB |
| Antal Installationer | 42 |
| Nuværende Version | 1.01 |
| Senest Opdateret | 2018-03-20 |
| Udgivelsesdato | 2018-03-20 |
| Udvikler | Matteo Sandrin |
| Betalingsmetode | free |
| Understøttede Sprog | 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"
]
}
]
} | |