Tsinghua University GPA Calculator
Automatically calculate GPA when you check your scores on info.tsinghua.edu.cn.
Wat is Tsinghua University GPA Calculator?
Tsinghua University GPA Calculator is een Chrome-extensie ontwikkeld door the729, en de belangrijkste functie is "Automatically calculate GPA when you check your scores on info.tsinghua.edu.cn.".
Extensie Screenshots
Download het CRX-bestand van de extensie Tsinghua University GPA Calculator
Download Tsinghua University GPA Calculator-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
                        The famous GPA calculator for Tsinghua students.                     Basisinformatie over de Extensie
| Naam |   |  
| ID | hpdijlmkfjnaedlkdkojbknahpkjpjdj | 
| Officiële URL | https://chromewebstore.google.com/detail/tsinghua-university-gpa-c/hpdijlmkfjnaedlkdkojbknahpkjpjdj | 
| Beschrijving | Automatically calculate GPA when you check your scores on info.tsinghua.edu.cn. | 
| Bestandsgrootte | 34.89 KB | 
| Aantal Installaties | 214 | 
| Huidige Versie | 2.0 | 
| Laatst Bijgewerkt | 2014-09-12 | 
| Publicatiedatum | 2014-09-12 | 
| Beoordeling | 4.80/5 Totaal 5 Beoordelingen | 
| Ontwikkelaar | the729 | 
| Betalingswijze | free | 
| Ondersteunde Talen | 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": []
}  |  |