FPT GPA
Calculate Total GPA and semester GPA
什么是FPT GPA?
FPT GPA是由vuhk开发的Chrome扩展程序,该扩展的主要功能是“Calculate Total GPA and semester GPA”。
扩展截图
下载FPT GPA扩展crx文件
下载FPT GPA扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
An Extension for Students of FPT
- Caculate GPA and evalue rank each Semester and
- Caculate total GPA
Updated for 12/2019
Changelog :
- 27/12/2019 : Move PMG201c to exclude list
- 19/03/2021 : Support https 扩展基本信息
| 名称 | |
| ID | pieacoaichghpileamnhephkedchnlba |
| 官方URL | https://chromewebstore.google.com/detail/fpt-gpa/pieacoaichghpileamnhephkedchnlba |
| 简介 | Calculate Total GPA and semester GPA |
| 文件大小 | 244 KB |
| 安装次数 | 10,479 |
| 当前版本 | 1.4.2 |
| 更新时间 | 2021-11-25 |
| 上架时间 | 2020-06-04 |
| 评分 | 4.90/5 共21次评分 |
| 开发者 | vuhk |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | http://fap.fpt.edu.vn/Grade/StudentTranscript.aspx |
| 帮助页面URL | https://www.facebook.com/khanhvu2212 |
| 隐私政策页面URL | https://spdx.org/licenses/MIT.html |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "FPT GPA",
"version": "1.4.2",
"manifest_version": 2,
"description": "Calculate Total GPA and semester GPA",
"homepage_url": "https:\/\/www.facebook.com\/khanhvu2212",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"page_action": {
"default_icon": "icons\/icon19.png",
"default_title": "FU GPA"
},
"permissions": [
"http:\/\/fap.fpt.edu.vn\/Grade\/StudentTranscript.aspx",
"https:\/\/fap.fpt.edu.vn\/Grade\/StudentTranscript.aspx",
"storage"
],
"content_scripts": [
{
"matches": [
"https:\/\/fap.fpt.edu.vn\/Grade\/StudentTranscript.aspx",
"http:\/\/fap.fpt.edu.vn\/Grade\/StudentTranscript.aspx"
],
"css": [
"css\/gpa.css"
],
"js": [
"js\/define.js",
"js\/util.js",
"js\/logic.js"
],
"run_at": "document_end"
}
]
} | |