Canvas Quiz Solution Remover
Removes correct answers from canvas quizzes by edting the HTML
Apa itu Canvas Quiz Solution Remover?
Canvas Quiz Solution Remover adalah ekstensi Chrome yang dikembangkan oleh jf7776, dan fitur utamanya adalah "Removes correct answers from canvas quizzes by edting the HTML".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Canvas Quiz Solution Remover
Unduh file ekstensi Canvas Quiz Solution Remover dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
This extension uses jQuery to modify the HTML tags on the active tab to hide the solutions of a marked Canvas quiz. Refresh the page to re-enable the answers.
Informasi Dasar Ekstensi
Nama | Canvas Quiz Solution Remover |
ID | bjnnkbaedklmpjohbnhnblglllonbkik |
URL Resmi | https://chromewebstore.google.com/detail/canvas-quiz-solution-remo/bjnnkbaedklmpjohbnhnblglllonbkik |
Deskripsi | Removes correct answers from canvas quizzes by edting the HTML |
Ukuran File | 80.8 KB |
Jumlah Instalasi | 756 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2021-05-04 |
Tanggal Publikasi | 2021-05-04 |
Penilaian | 3.33/5 Total 3 Penilaian |
Pengembang | jf7776 |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/FanJason/canvas_quiz_solution_remover |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Canvas Quiz Solution Remover", "description": "Removes correct answers from canvas quizzes by edting the HTML", "version": "1.0", "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ " |