NYU Albert GPA Calculator

Calculate your GPA on NYU Albert

NYU Albert GPA Calculator란 무엇입니까?

NYU Albert GPA Calculator은(는) Matteo Sandrin에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Calculate your GPA on NYU Albert"입니다.

확장 프로그램 스크린샷

screenshot

NYU Albert GPA Calculator 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
            ]
        }
    ]
}