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”。
扩展截图
下载CUHKSZ Helper扩展crx文件
下载CUHKSZ Helper扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
A helper for CUHKSZers, containing Moodle Helper and Registry Helper.
Author: Tom Chen, CUHKSZ, FZYZ 扩展基本信息
| 名称 | |
| 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"
]
} | |