CUHKSZ Helper

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

CUHKSZ Helper란 무엇입니까?

CUHKSZ Helper은(는) Computer Comity에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A helper for CUHKSZers, containing Moodle Helper and Registry Helper. Author: Tom Chen, CUHKSZ, FZYZ"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

CUHKSZ Helper 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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

Author: Tom Chen, CUHKSZ, FZYZ                    

확장 프로그램 기본 정보

이름 CUHKSZ Helper CUHKSZ Helper
ID pcaamiihofeopgacmllhlfkfgloejknh
공식 URL https://chromewebstore.google.com/detail/cuhksz-helper/pcaamiihofeopgacmllhlfkfgloejknh
설명 A helper for CUHKSZers, containing Moodle Helper and Registry Helper. Author: Tom Chen, CUHKSZ, FZYZ
파일 크기 70.18 KB
설치 횟수 42
현재 버전 0.2.1
최근 업데이트 2017-12-23
출시 날짜 2017-12-23
평점 5.00/5 총 4 개의 평점
개발자 Computer Comity
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/turtlegood/CUHKSZHelper
도움말 페이지 URL https://github.com/turtlegood/CUHKSZHelper/issues
지원되는 언어 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"
    ]
}