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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
            ]
        }
    ]
}