PHS GPA Calc

PHS GPA Calculator

什麼是PHS GPA Calc?

PHS GPA Calc是由phsgpacalc開發的Chrome擴展程式,該擴展的主要功能是“PHS GPA Calculator”。

擴展截圖

screenshot

下載PHS GPA Calc擴展crx文件

下載PHS GPA Calc擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    }
}