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