NYU Albert GPA Calculator
Calculate your GPA on NYU Albert
Apa itu NYU Albert GPA Calculator?
NYU Albert GPA Calculator adalah ekstensi Chrome yang dikembangkan oleh Matteo Sandrin, dan fitur utamanya adalah "Calculate your GPA on NYU Albert".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi NYU Albert GPA Calculator
Unduh file ekstensi NYU Albert GPA Calculator dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | NYU Albert GPA Calculator |
ID | jdejmgfncfmnfcgkjpmbcnnicfnaidnh |
URL Resmi | https://chromewebstore.google.com/detail/nyu-albert-gpa-calculator/jdejmgfncfmnfcgkjpmbcnnicfnaidnh |
Deskripsi | Calculate your GPA on NYU Albert |
Ukuran File | 38.64 KB |
Jumlah Instalasi | 42 |
Versi Saat Ini | 1.01 |
Terakhir Diperbarui | 2018-03-20 |
Tanggal Publikasi | 2018-03-20 |
Pengembang | Matteo Sandrin |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } ] } |