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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย the729 และคุณลักษณะหลักของมันคือ "Automatically calculate GPA when you check your scores on info.tsinghua.edu.cn."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tsinghua University GPA Calculator
ดาวน์โหลดไฟล์ส่วนขยาย Tsinghua University GPA Calculator ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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": [] } |