CUHKSZ Helper
A helper for CUHKSZers, containing Moodle Helper and Registry Helper. Author: Tom Chen, CUHKSZ, FZYZ
Qu'est-ce que CUHKSZ Helper ?
CUHKSZ Helper est une extension Chrome développée par Computer Comity, et sa fonction principale est "A helper for CUHKSZers, containing Moodle Helper and Registry Helper. Author: Tom Chen, CUHKSZ, FZYZ".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension CUHKSZ Helper
Téléchargez les fichiers d'extension CUHKSZ Helper au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
A helper for CUHKSZers, containing Moodle Helper and Registry Helper. Author: Tom Chen, CUHKSZ, FZYZ
Informations de Base sur l'Extension
Nom | CUHKSZ Helper |
ID | pcaamiihofeopgacmllhlfkfgloejknh |
URL Officiel | https://chromewebstore.google.com/detail/cuhksz-helper/pcaamiihofeopgacmllhlfkfgloejknh |
Description | A helper for CUHKSZers, containing Moodle Helper and Registry Helper. Author: Tom Chen, CUHKSZ, FZYZ |
Taille du Fichier | 70.18 KB |
Nombre d'Installations | 42 |
Version Actuelle | 0.2.1 |
Dernière Mise à Jour | 2017-12-23 |
Date de Publication | 2017-12-23 |
Évaluation | 5.00/5 Total 4 Évaluations |
Développeur | Computer Comity |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/turtlegood/CUHKSZHelper |
URL de la Page d'Aide | https://github.com/turtlegood/CUHKSZHelper/issues |
Langues Prises en Charge | 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" ] } |