CUHKSZ Helper

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

Cos'è CUHKSZ Helper?

CUHKSZ Helper è un'estensione di Chrome sviluppata da Computer Comity, e la sua funzione principale è "A helper for CUHKSZers, containing Moodle Helper and Registry Helper. Author: Tom Chen, CUHKSZ, FZYZ".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione CUHKSZ Helper

Scarica i file di estensione CUHKSZ Helper 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

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

Author: Tom Chen, CUHKSZ, FZYZ                    

Informazioni di Base sull'Estensione

Nome CUHKSZ Helper CUHKSZ Helper
ID pcaamiihofeopgacmllhlfkfgloejknh
URL Ufficiale https://chromewebstore.google.com/detail/cuhksz-helper/pcaamiihofeopgacmllhlfkfgloejknh
Descrizione A helper for CUHKSZers, containing Moodle Helper and Registry Helper. Author: Tom Chen, CUHKSZ, FZYZ
Dimensione del File 70.18 KB
Conteggio Installazioni 42
Versione Corrente 0.2.1
Ultimo Aggiornamento 2017-12-23
Data di Pubblicazione 2017-12-23
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore Computer Comity
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/turtlegood/CUHKSZHelper
URL della Pagina di Aiuto https://github.com/turtlegood/CUHKSZHelper/issues
Lingue Supportate 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"
    ]
}