CSSE Quiz Copy
Adds a button to the UC CSSE Quiz server that copies the testcase examples for you
O que é CSSE Quiz Copy?
CSSE Quiz Copy é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "Adds a button to the UC CSSE Quiz server that copies the testcase examples for you".
Baixar o arquivo CRX da Extensão CSSE Quiz Copy
Baixe arquivos de extensão CSSE Quiz Copy no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | CSSE Quiz Copy |
ID | fnekceidodfmliaamlcpaaaimmnncdic |
URL Oficial | https://chromewebstore.google.com/detail/csse-quiz-copy/fnekceidodfmliaamlcpaaaimmnncdic |
Descrição | Adds a button to the UC CSSE Quiz server that copies the testcase examples for you |
Tamanho do Arquivo | 39.69 KB |
Contagem de Instalações | 23 |
Versão Atual | 1.0 |
Última Atualização | 2018-05-02 |
Data de Publicação | 2018-05-01 |
Desenvolvedor | Unknown |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } |