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
擴展基本資訊
名稱 | CUHKSZ Helper |
ID | pcaamiihofeopgacmllhlfkfgloejknh |
官方網址 | 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" ] } |