NYU Albert GPA Calculator
Calculate your GPA on NYU Albert
Co to jest NYU Albert GPA Calculator?
NYU Albert GPA Calculator to rozszerzenie Chrome opracowane przez Matteo Sandrin, a jego główną funkcją jest „Calculate your GPA on NYU Albert”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia NYU Albert GPA Calculator
Pobierz pliki rozszerzeń NYU Albert GPA Calculator w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | jdejmgfncfmnfcgkjpmbcnnicfnaidnh |
| Oficjalny URL | https://chromewebstore.google.com/detail/nyu-albert-gpa-calculator/jdejmgfncfmnfcgkjpmbcnnicfnaidnh |
| Opis | Calculate your GPA on NYU Albert |
| Rozmiar pliku | 38.64 KB |
| Liczba instalacji | 42 |
| Aktualna Wersja | 1.01 |
| Ostatnia Aktualizacja | 2018-03-20 |
| Data Publikacji | 2018-03-20 |
| Deweloper | Matteo Sandrin |
| Typ Płatności | free |
| Obsługiwane Języki | 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"
]
}
]
} | |