Canvas Quiz Solution Remover
Removes correct answers from canvas quizzes by edting the HTML
Qu'est-ce que Canvas Quiz Solution Remover ?
Canvas Quiz Solution Remover est une extension Chrome développée par jf7776, et sa fonction principale est "Removes correct answers from canvas quizzes by edting the HTML".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Canvas Quiz Solution Remover
Téléchargez les fichiers d'extension Canvas Quiz Solution Remover au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Canvas Quiz Solution Remover |
ID | bjnnkbaedklmpjohbnhnblglllonbkik |
URL Officiel | https://chromewebstore.google.com/detail/canvas-quiz-solution-remo/bjnnkbaedklmpjohbnhnblglllonbkik |
Description | Removes correct answers from canvas quizzes by edting the HTML |
Taille du Fichier | 80.8 KB |
Nombre d'Installations | 756 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2021-05-04 |
Date de Publication | 2021-05-04 |
Évaluation | 3.33/5 Total 3 Évaluations |
Développeur | jf7776 |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/FanJason/canvas_quiz_solution_remover |
Langues Prises en Charge | 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": [ " |