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 |
公式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 |
Eメール | [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" ] } |