CSSE Quiz Copy
Adds a button to the UC CSSE Quiz server that copies the testcase examples for you
CSSE Quiz Copy là gì?
CSSE Quiz Copy là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "Adds a button to the UC CSSE Quiz server that copies the testcase examples for you".
Tải xuống tệp CRX của tiện ích mở rộng CSSE Quiz Copy
Tải xuống các tệp mở rộng CSSE Quiz Copy dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | CSSE Quiz Copy |
ID | fnekceidodfmliaamlcpaaaimmnncdic |
URL Chính Thức | https://chromewebstore.google.com/detail/csse-quiz-copy/fnekceidodfmliaamlcpaaaimmnncdic |
Mô tả | Adds a button to the UC CSSE Quiz server that copies the testcase examples for you |
Kích Thước Tệp | 39.69 KB |
Số Lần Cài Đặt | 23 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2018-05-02 |
Ngày Phát Hành | 2018-05-01 |
Nhà Phát Triển | Unknown |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |