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.
拡張機能の基本情報
名前 | 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 |
Eメール | [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" } } |