Tsinghua University GPA Calculator

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

What is Tsinghua University GPA Calculator?

Tsinghua University GPA Calculator is a Chrome extension developed by the729, and its main feature is "Automatically calculate GPA when you check your scores on info.tsinghua.edu.cn.".

Extension Screenshots

screenshot

Download Tsinghua University GPA Calculator Extension CRX File

Download Tsinghua University GPA Calculator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        The famous GPA calculator for Tsinghua students.                    

Extension Basic Information

Name Tsinghua University GPA Calculator Tsinghua University GPA Calculator
ID hpdijlmkfjnaedlkdkojbknahpkjpjdj
Official URL https://chromewebstore.google.com/detail/tsinghua-university-gpa-c/hpdijlmkfjnaedlkdkojbknahpkjpjdj
Description Automatically calculate GPA when you check your scores on info.tsinghua.edu.cn.
File Size 34.89 KB
Installation Count 214
Current Version 2.0
Last Updated 2014-09-12
Publish Date 2014-09-12
Rating 4.80/5 Total 5 Ratings
Developer the729
Payment Type free
Supported Languages 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": []
}