Tsinghua University GPA Calculator

Automatically calculate GPA when you check your scores on info.tsinghua.edu.cn.

Co to jest Tsinghua University GPA Calculator?

Tsinghua University GPA Calculator to rozszerzenie Chrome opracowane przez the729, a jego główną funkcją jest „Automatically calculate GPA when you check your scores on info.tsinghua.edu.cn.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Tsinghua University GPA Calculator

Pobierz pliki rozszerzeń Tsinghua University GPA Calculator w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        The famous GPA calculator for Tsinghua students.                    

Podstawowe informacje o rozszerzeniu

Nazwa Tsinghua University GPA Calculator Tsinghua University GPA Calculator
ID hpdijlmkfjnaedlkdkojbknahpkjpjdj
Oficjalny URL https://chromewebstore.google.com/detail/tsinghua-university-gpa-c/hpdijlmkfjnaedlkdkojbknahpkjpjdj
Opis Automatically calculate GPA when you check your scores on info.tsinghua.edu.cn.
Rozmiar pliku 34.89 KB
Liczba instalacji 214
Aktualna Wersja 2.0
Ostatnia Aktualizacja 2014-09-12
Data Publikacji 2014-09-12
Ocena 4.80/5 Łącznie 5 Oceny
Deweloper the729
Typ Płatności free
Obsługiwane Języki 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": []
}