Tsinghua University GPA Calculator
Automatically calculate GPA when you check your scores on info.tsinghua.edu.cn.
Cos'è Tsinghua University GPA Calculator?
Tsinghua University GPA Calculator è un'estensione di Chrome sviluppata da the729, e la sua funzione principale è "Automatically calculate GPA when you check your scores on info.tsinghua.edu.cn.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Tsinghua University GPA Calculator
Scarica i file di estensione Tsinghua University GPA Calculator in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
The famous GPA calculator for Tsinghua students. Informazioni di Base sull'Estensione
| Nome | |
| ID | hpdijlmkfjnaedlkdkojbknahpkjpjdj |
| URL Ufficiale | https://chromewebstore.google.com/detail/tsinghua-university-gpa-c/hpdijlmkfjnaedlkdkojbknahpkjpjdj |
| Descrizione | Automatically calculate GPA when you check your scores on info.tsinghua.edu.cn. |
| Dimensione del File | 34.89 KB |
| Conteggio Installazioni | 214 |
| Versione Corrente | 2.0 |
| Ultimo Aggiornamento | 2014-09-12 |
| Data di Pubblicazione | 2014-09-12 |
| Valutazione | 4.80/5 Totale 5 Valutazioni |
| Sviluppatore | the729 |
| Tipo di Pagamento | free |
| Lingue Supportate | 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": []
} | |