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 |
电子邮箱 | [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" ] } |