FPT GPA

Calculate Total GPA and semester GPA

FPT GPA란 무엇입니까?

FPT GPA은(는) vuhk에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Calculate Total GPA and semester GPA"입니다.

확장 프로그램 스크린샷

screenshot

FPT GPA 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
        }
    ]
}