CUHKSZ Helper

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

O que é CUHKSZ Helper?

CUHKSZ Helper é uma extensão do Chrome desenvolvida por Computer Comity, e sua principal característica é "A helper for CUHKSZers, containing Moodle Helper and Registry Helper. Author: Tom Chen, CUHKSZ, FZYZ".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão CUHKSZ Helper

Baixe arquivos de extensão CUHKSZ Helper no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Author: Tom Chen, CUHKSZ, FZYZ                    

Informações Básicas da Extensão

Nome CUHKSZ Helper CUHKSZ Helper
ID pcaamiihofeopgacmllhlfkfgloejknh
URL Oficial https://chromewebstore.google.com/detail/cuhksz-helper/pcaamiihofeopgacmllhlfkfgloejknh
Descrição A helper for CUHKSZers, containing Moodle Helper and Registry Helper. Author: Tom Chen, CUHKSZ, FZYZ
Tamanho do Arquivo 70.18 KB
Contagem de Instalações 42
Versão Atual 0.2.1
Última Atualização 2017-12-23
Data de Publicação 2017-12-23
Classificação 5.00/5 Total de 4 Avaliações
Desenvolvedor Computer Comity
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/turtlegood/CUHKSZHelper
URL da Página de Ajuda https://github.com/turtlegood/CUHKSZHelper/issues
Idiomas Suportados 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"
    ]
}