CUHKSZ Helper

A helper for CUHKSZers, containing Moodle Helper and Registry Helper. Author: Tom Chen, CUHKSZ, FZYZ

Apa itu CUHKSZ Helper?

CUHKSZ Helper adalah ekstensi Chrome yang dikembangkan oleh Computer Comity, dan fitur utamanya adalah "A helper for CUHKSZers, containing Moodle Helper and Registry Helper. Author: Tom Chen, CUHKSZ, FZYZ".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi CUHKSZ Helper

Unduh file ekstensi CUHKSZ Helper dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        A helper for CUHKSZers, containing Moodle Helper and Registry Helper.

Author: Tom Chen, CUHKSZ, FZYZ                    

Informasi Dasar Ekstensi

Nama CUHKSZ Helper CUHKSZ Helper
ID pcaamiihofeopgacmllhlfkfgloejknh
URL Resmi https://chromewebstore.google.com/detail/cuhksz-helper/pcaamiihofeopgacmllhlfkfgloejknh
Deskripsi A helper for CUHKSZers, containing Moodle Helper and Registry Helper. Author: Tom Chen, CUHKSZ, FZYZ
Ukuran File 70.18 KB
Jumlah Instalasi 42
Versi Saat Ini 0.2.1
Terakhir Diperbarui 2017-12-23
Tanggal Publikasi 2017-12-23
Penilaian 5.00/5 Total 4 Penilaian
Pengembang Computer Comity
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/turtlegood/CUHKSZHelper
URL Halaman Bantuan https://github.com/turtlegood/CUHKSZHelper/issues
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CUHKSZ Helper",
    "author": "CJY@CUHKSZ",
    "version": "0.2.1",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/elearning.cuhk.edu.cn\/*",
                "http:\/\/116.31.95.2:81\/**"
            ],
            "css": [
                "moodle\/style.css",
                "registry\/style.css"
            ],
            "js": [
                "libs\/jquery.min.js",
                "libs\/mousetrap.js",
                "libs\/tmpl.js",
                "libs\/quicksettings.js",
                "utils\/helper.js",
                "moodle\/main.js",
                "registry\/main.js"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "moodle\/index.template.html",
        "moodle\/quiz.template.html",
        "moodle\/ebp_hint.template.html",
        "registry\/float.template.html",
        "registry\/inject.template.html",
        "registry\/search_subject.template.html"
    ],
    "permissions": [
        "activeTab"
    ]
}