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 |
| Eメール | [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"
}
]
} | |