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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
The famous GPA calculator for Tsinghua students.
확장 프로그램 기본 정보
이름 | 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": [] } |