CUHKSZ Helper
A helper for CUHKSZers, containing Moodle Helper and Registry Helper. Author: Tom Chen, CUHKSZ, FZYZ
CUHKSZ Helper là gì?
CUHKSZ Helper là một tiện ích mở rộng Chrome được phát triển bởi Computer Comity, và tính năng chính của nó là "A helper for CUHKSZers, containing Moodle Helper and Registry Helper. Author: Tom Chen, CUHKSZ, FZYZ".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng CUHKSZ Helper
Tải xuống các tệp mở rộng CUHKSZ Helper dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
A helper for CUHKSZers, containing Moodle Helper and Registry Helper. Author: Tom Chen, CUHKSZ, FZYZ
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | CUHKSZ Helper |
ID | pcaamiihofeopgacmllhlfkfgloejknh |
URL Chính Thức | https://chromewebstore.google.com/detail/cuhksz-helper/pcaamiihofeopgacmllhlfkfgloejknh |
Mô tả | A helper for CUHKSZers, containing Moodle Helper and Registry Helper. Author: Tom Chen, CUHKSZ, FZYZ |
Kích Thước Tệp | 70.18 KB |
Số Lần Cài Đặt | 42 |
Phiên Bản Hiện Tại | 0.2.1 |
Cập Nhật Lần Cuối | 2017-12-23 |
Ngày Phát Hành | 2017-12-23 |
Đánh Giá | 5.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | Computer Comity |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/turtlegood/CUHKSZHelper |
URL Trang Trợ Giúp | https://github.com/turtlegood/CUHKSZHelper/issues |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |