Tsinghua University GPA Calculator

Automatically calculate GPA when you check your scores on info.tsinghua.edu.cn.

Hvad er Tsinghua University GPA Calculator?

Tsinghua University GPA Calculator er en Chrome-udvidelse udviklet af the729, og dens hovedfunktion er "Automatically calculate GPA when you check your scores on info.tsinghua.edu.cn.".

Udvidelsesskærmbilleder

screenshot

Download Tsinghua University GPA Calculator-udvidelses-CRX-fil

Download Tsinghua University GPA Calculator-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        The famous GPA calculator for Tsinghua students.                    

Grundlæggende oplysninger om udvidelsen

Navn Tsinghua University GPA Calculator Tsinghua University GPA Calculator
ID hpdijlmkfjnaedlkdkojbknahpkjpjdj
Officiel URL https://chromewebstore.google.com/detail/tsinghua-university-gpa-c/hpdijlmkfjnaedlkdkojbknahpkjpjdj
Beskrivelse Automatically calculate GPA when you check your scores on info.tsinghua.edu.cn.
Filstørrelse 34.89 KB
Antal Installationer 214
Nuværende Version 2.0
Senest Opdateret 2014-09-12
Udgivelsesdato 2014-09-12
Bedømmelse 4.80/5 Samlet 5 Bedømmelser
Udvikler the729
Betalingsmetode free
Understøttede Sprog zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tsinghua University GPA Calculator",
    "version": "2.0",
    "description": "Automatically calculate GPA when you check your scores on info.tsinghua.edu.cn.",
    "icons": {
        "128": "icon.png"
    },
    "converted_from_user_script": true,
    "content_scripts": [
        {
            "matches": [
                "http:\/\/zhjw.cic.tsinghua.edu.cn\/cj.cjCjbAll.do?m=bks_yxkccj*",
                "http:\/\/zhjw.cic.thu.edu.cn\/cj.cjCjbAll.do?m=bks_yxkccj*",
                "http:\/\/zhjw.cic.tsinghua.edu.cn\/cj.cjCjbAll.do?m=yjs_yxkccj*",
                "http:\/\/zhjw.cic.thu.edu.cn\/cj.cjCjbAll.do?m=bks_yxkccj*",
                "https:\/\/sslvpn.tsinghua.edu.cn:11001\/cj.cjCjbAll.do?m=bks_yxkccj*",
                "https:\/\/sslvpn.tsinghua.edu.cn:11001\/cj.cjCjbAll.do?m=yjs_yxkccj*"
            ],
            "js": [
                "gpa_calc2.user.js"
            ]
        }
    ],
    "permissions": []
}