CSSE Quiz Copy
Adds a button to the UC CSSE Quiz server that copies the testcase examples for you
Co to jest CSSE Quiz Copy?
CSSE Quiz Copy to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „Adds a button to the UC CSSE Quiz server that copies the testcase examples for you”.
Pobierz plik CRX rozszerzenia CSSE Quiz Copy
Pobierz pliki rozszerzeń CSSE Quiz Copy w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | CSSE Quiz Copy |
ID | fnekceidodfmliaamlcpaaaimmnncdic |
Oficjalny URL | https://chromewebstore.google.com/detail/csse-quiz-copy/fnekceidodfmliaamlcpaaaimmnncdic |
Opis | Adds a button to the UC CSSE Quiz server that copies the testcase examples for you |
Rozmiar pliku | 39.69 KB |
Liczba instalacji | 23 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2018-05-02 |
Data Publikacji | 2018-05-01 |
Deweloper | Unknown |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } |