CSSE Quiz Copy
Adds a button to the UC CSSE Quiz server that copies the testcase examples for you
Hvad er CSSE Quiz Copy?
CSSE Quiz Copy er en Chrome-udvidelse udviklet af Unknown, og dens hovedfunktion er "Adds a button to the UC CSSE Quiz server that copies the testcase examples for you".
Download CSSE Quiz Copy-udvidelses-CRX-fil
Download CSSE Quiz Copy-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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
Grundlæggende oplysninger om udvidelsen
Navn | CSSE Quiz Copy |
ID | fnekceidodfmliaamlcpaaaimmnncdic |
Officiel URL | https://chromewebstore.google.com/detail/csse-quiz-copy/fnekceidodfmliaamlcpaaaimmnncdic |
Beskrivelse | Adds a button to the UC CSSE Quiz server that copies the testcase examples for you |
Filstørrelse | 39.69 KB |
Antal Installationer | 23 |
Nuværende Version | 1.0 |
Senest Opdateret | 2018-05-02 |
Udgivelsesdato | 2018-05-01 |
Udvikler | Unknown |
Betalingsmetode | free |
Understøttede Sprog | 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" ] } |