CUHKSZ Helper

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

CUHKSZ Helperคืออะไร?

CUHKSZ Helper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Computer Comity และคุณลักษณะหลักของมันคือ "A helper for CUHKSZers, containing Moodle Helper and Registry Helper. Author: Tom Chen, CUHKSZ, FZYZ"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CUHKSZ Helper

ดาวน์โหลดไฟล์ส่วนขยาย CUHKSZ Helper ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    ]
}