PHS GPA Calc

PHS GPA Calculator

PHS GPA Calc란 무엇입니까?

PHS GPA Calc은(는) phsgpacalc에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "PHS GPA Calculator"입니다.

확장 프로그램 스크린샷

screenshot

PHS GPA Calc 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Calculates your cumulative unweighted GPA and displays it on Genesis.

On Genesis, go to: Grading > GRADE HISTORY

Note: This was made for students of Paramus High School by a Paramus High School student and is not an official report of your unweighted GPA.

Scale used:
A+ =  4.00
A   =  4.00
A-  =  3.70
B+ =  3.30
B   =  3.00
B-  =  2.70
C+ =  2.30
C   =  2.00
C-  =  1.70
D+ =  1.30
D   =  1.00
F   =   0.00
P   =   Unaccounted for

If you have a grade that is not in the scale listed above, it does not get added towards your GPA and is considered unaccounted for.                    

확장 프로그램 기본 정보

이름 PHS GPA Calc PHS GPA Calc
ID gjicfcpmfffhmbkdcbomdakjkpgddflb
공식 URL https://chromewebstore.google.com/detail/phs-gpa-calc/gjicfcpmfffhmbkdcbomdakjkpgddflb
설명 PHS GPA Calculator
파일 크기 4.04 KB
설치 횟수 26
현재 버전 1.1.3
최근 업데이트 2019-07-12
출시 날짜 2019-07-12
평점 5.00/5 총 1 개의 평점
개발자 phsgpacalc
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/RogerTheRabbit/PHS-GPA-Calculator-Chrome-Extension
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "PHS GPA Calc",
    "description": "PHS GPA Calculator",
    "version": "1.1.3",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.paramus.k12.nj.us\/genesis\/parents?tab1=studentdata&tab2=grading&tab3=history&action=form&studentid=*"
            ],
            "js": [
                "grade_history.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon.png"
    }
}