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 |
官方網址 | 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 |
電子郵箱 | [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" ] } |