CSSE Quiz Copy
Adds a button to the UC CSSE Quiz server that copies the testcase examples for you
CSSE Quiz Copyคืออะไร?
CSSE Quiz Copy เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Adds a button to the UC CSSE Quiz server that copies the testcase examples for you"
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CSSE Quiz Copy
ดาวน์โหลดไฟล์ส่วนขยาย CSSE Quiz Copy ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | CSSE Quiz Copy |
ID | fnekceidodfmliaamlcpaaaimmnncdic |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/csse-quiz-copy/fnekceidodfmliaamlcpaaaimmnncdic |
คำอธิบาย | Adds a button to the UC CSSE Quiz server that copies the testcase examples for you |
ขนาดไฟล์ | 39.69 KB |
จำนวนการติดตั้ง | 23 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2018-05-02 |
วันที่เผยแพร่ | 2018-05-01 |
ผู้พัฒนา | Unknown |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | 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" ] } |