PowerGPA
This extension calculates your current GPA
PowerGPAとは何ですか?
PowerGPAはBraeden Smithによって開発されたChromeの拡張機能で、その主な機能は「This extension calculates your current GPA」です。
拡張機能のスクリーンショット
PowerGPA拡張機能のCRXファイルをダウンロード
PowerGPA拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
***1.0.5 note***: WPS decided to change "HNRS" to "HONORS and "A.P." to "AP". Then they changed it back. ---- This extension takes current accessible grades and displays a calculated GPA from Powerschool. Just go to view your grades normally and your GPA will appear on the top. This extension is in no way affiliated with Powerschool or any related products. Built for the Westport Public School District currently. There may be issues with the GPA weighting, message me or email me if this occurs.
拡張機能の基本情報
名前 | PowerGPA |
ID | bdbhephmimagiadamkkipjedljddgncb |
公式URL | https://chromewebstore.google.com/detail/powergpa/bdbhephmimagiadamkkipjedljddgncb |
説明 | This extension calculates your current GPA |
ファイルサイズ | 481 KB |
インストール数 | 620 |
現在のバージョン | 1.0.5 |
最終更新日 | 2018-12-18 |
公開日 | 2018-12-17 |
評価 | 4.43/5 合計 7 レビュー |
開発者 | Braeden Smith |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "PowerGPA", "description": "This extension calculates your current GPA", "version": "1.0.5", "browser_action": { "default_icon": "smallicon.png" }, "icons": { "128": "smallicon.png", "48": "smallicon.png", "16": "smallicon.png" }, "content_scripts": [ { "js": [ "jquery-3.2.1.min.js", "content.js" ], "css": [ "styles.css" ], "matches": [ "https:\/\/*.westportps.org\/guardian\/home.html" ] } ], "web_accessible_resources": [ "*.csv" ] } |