CSSE Quiz Copy
Adds a button to the UC CSSE Quiz server that copies the testcase examples for you
Qu'est-ce que CSSE Quiz Copy ?
CSSE Quiz Copy est une extension Chrome développée par Unknown, et sa fonction principale est "Adds a button to the UC CSSE Quiz server that copies the testcase examples for you".
Télécharger le fichier CRX de l'extension CSSE Quiz Copy
Téléchargez les fichiers d'extension CSSE Quiz Copy 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
Install this if you're sick of the UC CSSE Quiz Server giving terrible feedback with errors or if you just want a faster way of copying the testcases
Informations de Base sur l'Extension
Nom | CSSE Quiz Copy |
ID | fnekceidodfmliaamlcpaaaimmnncdic |
URL Officiel | https://chromewebstore.google.com/detail/csse-quiz-copy/fnekceidodfmliaamlcpaaaimmnncdic |
Description | Adds a button to the UC CSSE Quiz server that copies the testcase examples for you |
Taille du Fichier | 39.69 KB |
Nombre d'Installations | 23 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2018-05-02 |
Date de Publication | 2018-05-01 |
Développeur | Unknown |
Type de Paiement | free |
Langues Prises en Charge | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "CSSE Quiz Copy", "description": "Adds a button to the UC CSSE Quiz server that copies the testcase examples for you", "version": "1.0", "content_scripts": [ { "matches": [ "http:\/\/quiz2018.csse.canterbury.ac.nz\/mod\/quiz\/*", "https:\/\/quiz2018.csse.canterbury.ac.nz\/mod\/quiz\/*" ], "js": [ "jquery.min.js", "content.js" ], "run_at": "document_end" } ], "browser_action": { "default_icon": "icon.png" }, "permissions": [ "activeTab" ] } |