NYU Albert GPA Calculator

Calculate your GPA on NYU Albert

ما هو NYU Albert GPA Calculator؟

NYU Albert GPA Calculator هو إضافة Chrome تم تطويرها بواسطة Matteo Sandrin، والميزة الرئيسية لها هي "Calculate your GPA on NYU Albert".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة NYU Albert GPA Calculator

قم بتنزيل ملفات الامتداد NYU Albert GPA Calculator بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم NYU Albert GPA Calculator NYU Albert GPA Calculator
ID jdejmgfncfmnfcgkjpmbcnnicfnaidnh
عنوان URL الرسمي https://chromewebstore.google.com/detail/nyu-albert-gpa-calculator/jdejmgfncfmnfcgkjpmbcnnicfnaidnh
الوصف Calculate your GPA on NYU Albert
حجم الملف 38.64 KB
عدد التثبيتات 42
النسخة الحالية 1.01
آخر تحديث 2018-03-20
تاريخ النشر 2018-03-20
المطور Matteo Sandrin
نوع الدفع free
اللغات المدعومة 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"
            ]
        }
    ]
}