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.”。
擴展截圖
下載Tsinghua University GPA Calculator擴展crx文件
下載Tsinghua University GPA Calculator擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
The famous GPA calculator for Tsinghua students. 擴展基本資訊
| 名稱 | |
| ID | hpdijlmkfjnaedlkdkojbknahpkjpjdj |
| 官方網址 | 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": []
} | |