FPT GPA
Calculate Total GPA and semester GPA
Wat is FPT GPA?
FPT GPA is een Chrome-extensie ontwikkeld door vuhk, en de belangrijkste functie is "Calculate Total GPA and semester GPA".
Extensie Screenshots
Download het CRX-bestand van de extensie FPT GPA
Download FPT GPA-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 Basisinformatie over de Extensie
| Naam | |
| ID | pieacoaichghpileamnhephkedchnlba |
| Officiële URL | https://chromewebstore.google.com/detail/fpt-gpa/pieacoaichghpileamnhephkedchnlba |
| Beschrijving | Calculate Total GPA and semester GPA |
| Bestandsgrootte | 244 KB |
| Aantal Installaties | 10,479 |
| Huidige Versie | 1.4.2 |
| Laatst Bijgewerkt | 2021-11-25 |
| Publicatiedatum | 2020-06-04 |
| Beoordeling | 4.90/5 Totaal 21 Beoordelingen |
| Ontwikkelaar | vuhk |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | http://fap.fpt.edu.vn/Grade/StudentTranscript.aspx |
| Help Pagina-URL | https://www.facebook.com/khanhvu2212 |
| URL van de Privacybeleid Pagina | https://spdx.org/licenses/MIT.html |
| Ondersteunde Talen | 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"
}
]
} | |