Canvas Quiz Solution Remover
Removes correct answers from canvas quizzes by edting the HTML
什么是Canvas Quiz Solution Remover?
Canvas Quiz Solution Remover是由jf7776开发的Chrome扩展程序,该扩展的主要功能是“Removes correct answers from canvas quizzes by edting the HTML”。
扩展截图
下载Canvas Quiz Solution Remover扩展crx文件
下载Canvas Quiz Solution Remover扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Canvas Quiz Solution Remover |
ID | bjnnkbaedklmpjohbnhnblglllonbkik |
官方URL | https://chromewebstore.google.com/detail/canvas-quiz-solution-remo/bjnnkbaedklmpjohbnhnblglllonbkik |
简介 | Removes correct answers from canvas quizzes by edting the HTML |
文件大小 | 80.8 KB |
安装次数 | 756 |
当前版本 | 1.0 |
更新时间 | 2021-05-04 |
上架时间 | 2021-05-04 |
评分 | 3.33/5 共3次评分 |
开发者 | jf7776 |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/FanJason/canvas_quiz_solution_remover |
支持的语言 | 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": [ " |