FPT GPA

Calculate Total GPA and semester GPA

FPT GPAคืออะไร?

FPT GPA เป็นส่วนขยายของ Chrome ที่พัฒนาโดย vuhk และคุณลักษณะหลักของมันคือ "Calculate Total GPA and semester GPA"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย FPT GPA

ดาวน์โหลดไฟล์ส่วนขยาย 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                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ FPT GPA FPT GPA
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"
        }
    ]
}