Blackbaud GPA Calculator
Calculates your Blackbaud GPA
什么是Blackbaud GPA Calculator?
Blackbaud GPA Calculator是由grantfitez开发的Chrome扩展程序,该扩展的主要功能是“Calculates your Blackbaud GPA”。
扩展截图
下载Blackbaud GPA Calculator扩展crx文件
下载Blackbaud GPA Calculator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension will allow you to see your GPA in Blackbaud. Below your classes it will show a table listing the grade, the weighting, the GPA, and the weighted GPA for that class. Above that will be an overall average GPA for the current semester.
Note: Please double-check that the weightings for each class. If there is an issue, email [email protected].
Additionally please email [email protected] if you have any other questions, suggestions or issues.
All art is by Jack Parkhouse. 扩展基本信息
| 名称 | |
| ID | nlmbfbmjcbmilipngnbncklmldaffdcm |
| 官方URL | https://chromewebstore.google.com/detail/blackbaud-gpa-calculator/nlmbfbmjcbmilipngnbncklmldaffdcm |
| 简介 | Calculates your Blackbaud GPA |
| 文件大小 | 10.71 KB |
| 安装次数 | 166 |
| 当前版本 | 2.0.1 |
| 更新时间 | 2020-02-06 |
| 上架时间 | 2020-02-02 |
| 评分 | 5.00/5 共3次评分 |
| 开发者 | grantfitez |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Blackbaud GPA Calculator",
"description": "Calculates your Blackbaud GPA",
"version": "2.0.1",
"permissions": [],
"content_scripts": [
{
"run_at": "document_idle",
"matches": [
"https:\/\/*.myschoolapp.com\/*"
],
"js": [
"run.js"
]
}
],
"browser_action": {
"default_icon": "icon128.png"
},
"icons": {
"128": "icon128.png"
},
"manifest_version": 2
} | |