CUHKSZ Helper
A helper for CUHKSZers, containing Moodle Helper and Registry Helper. Author: Tom Chen, CUHKSZ, FZYZ
What is CUHKSZ Helper?
CUHKSZ Helper is a Chrome extension developed by Computer Comity, and its main feature is "A helper for CUHKSZers, containing Moodle Helper and Registry Helper. Author: Tom Chen, CUHKSZ, FZYZ".
Extension Screenshots
Download CUHKSZ Helper Extension CRX File
Download CUHKSZ Helper extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
A helper for CUHKSZers, containing Moodle Helper and Registry Helper. Author: Tom Chen, CUHKSZ, FZYZ
Extension Basic Information
Name | CUHKSZ Helper |
ID | pcaamiihofeopgacmllhlfkfgloejknh |
Official URL | https://chromewebstore.google.com/detail/cuhksz-helper/pcaamiihofeopgacmllhlfkfgloejknh |
Description | A helper for CUHKSZers, containing Moodle Helper and Registry Helper. Author: Tom Chen, CUHKSZ, FZYZ |
File Size | 70.18 KB |
Installation Count | 42 |
Current Version | 0.2.1 |
Last Updated | 2017-12-23 |
Publish Date | 2017-12-23 |
Rating | 5.00/5 Total 4 Ratings |
Developer | Computer Comity |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/turtlegood/CUHKSZHelper |
Help Page URL | https://github.com/turtlegood/CUHKSZHelper/issues |
Supported Languages | 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" ] } |