Tsinghua University GPA Calculator

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

什么是Tsinghua University GPA Calculator?

Tsinghua University GPA Calculator是由the729开发的Chrome扩展程序,该扩展的主要功能是“Automatically calculate GPA when you check your scores on info.tsinghua.edu.cn.”。

扩展截图

screenshot

下载Tsinghua University GPA Calculator扩展crx文件

下载Tsinghua University GPA Calculator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        The famous GPA calculator for Tsinghua students.                    

扩展基本信息

名称 Tsinghua University GPA Calculator Tsinghua University GPA Calculator
ID hpdijlmkfjnaedlkdkojbknahpkjpjdj
官方URL https://chromewebstore.google.com/detail/tsinghua-university-gpa-c/hpdijlmkfjnaedlkdkojbknahpkjpjdj
简介 Automatically calculate GPA when you check your scores on info.tsinghua.edu.cn.
文件大小 34.89 KB
安装次数 214
当前版本 2.0
更新时间 2014-09-12
上架时间 2014-09-12
评分 4.80/5 共5次评分
开发者 the729
付费类型 free
支持的语言 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": []
}