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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" ] } |