Tsinghua University GPA Calculator

Tsinghua University GPA Calculator

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

Merlin
Additional files are visible only to premium users

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