PHS GPA Calc
PHS GPA Calculator
什么是PHS GPA Calc?
PHS GPA Calc是由phsgpacalc开发的Chrome扩展程序,该扩展的主要功能是“PHS GPA Calculator”。
扩展截图
下载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. 扩展基本信息
| 名称 | |
| 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"
}
} | |