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 |
| 官方網址 | 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"
}
]
} | |