NYU Albert GPA Calculator
Calculate your GPA on NYU Albert
Vad är NYU Albert GPA Calculator?
NYU Albert GPA Calculator är en Chrome-tillägg utvecklad av Matteo Sandrin, och dess huvudfunktion är "Calculate your GPA on NYU Albert".
Tilläggsskärmbilder
Ladda ner NYU Albert GPA Calculator-förlängningens CRX-fil
Ladda ner NYU Albert GPA Calculator-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
| Namn | |
| ID | jdejmgfncfmnfcgkjpmbcnnicfnaidnh |
| Officiell webbadress | https://chromewebstore.google.com/detail/nyu-albert-gpa-calculator/jdejmgfncfmnfcgkjpmbcnnicfnaidnh |
| Beskrivning | Calculate your GPA on NYU Albert |
| Filstorlek | 38.64 KB |
| Antal Installationer | 42 |
| Aktuell Version | 1.01 |
| Senast Uppdaterad | 2018-03-20 |
| Publiceringsdatum | 2018-03-20 |
| Utvecklare | Matteo Sandrin |
| Betalningssätt | free |
| Stödda Språk | 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"
]
}
]
} | |