FPT GPA
Calculate Total GPA and semester GPA
Was ist FPT GPA?
FPT GPA ist eine Chrome-Erweiterung, die von vuhk entwickelt wurde, und ihr Hauptmerkmal ist "Calculate Total GPA and semester GPA".
Erweiterungsscreenshots
FPT GPA-Erweiterungs-CRX-Datei herunterladen
Laden Sie FPT GPA-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | pieacoaichghpileamnhephkedchnlba |
| Offizielle URL | https://chromewebstore.google.com/detail/fpt-gpa/pieacoaichghpileamnhephkedchnlba |
| Beschreibung | Calculate Total GPA and semester GPA |
| Dateigröße | 244 KB |
| Installationsanzahl | 10,479 |
| Aktuelle Version | 1.4.2 |
| Letztes Update | 2021-11-25 |
| Veröffentlichungsdatum | 2020-06-04 |
| Bewertung | 4.90/5 Insgesamt 21 Bewertungen |
| Entwickler | vuhk |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | http://fap.fpt.edu.vn/Grade/StudentTranscript.aspx |
| Hilfeseite URL | https://www.facebook.com/khanhvu2212 |
| URL der Datenschutzrichtlinien-Seite | https://spdx.org/licenses/MIT.html |
| Unterstützte Sprachen | 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"
}
]
} | |