Canvas Answer Scratcher
Ever wanted to scratch out answers while taking a quiz on Canvas? Well here's your friend.
What is Canvas Answer Scratcher?
Canvas Answer Scratcher is a Chrome extension developed by abbasr723868, and its main feature is "Ever wanted to scratch out answers while taking a quiz on Canvas? Well here's your friend.".
Extension Screenshots
Download Canvas Answer Scratcher Extension CRX File
Download Canvas Answer Scratcher extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This extension will edit HTML inside a specific page students see inside a quiz page. It will allow the students to scratch out specific answers which helps the students decide which answer is correct. This functionality does not currently exist in Canvas itself.
Extension Basic Information
Name | Canvas Answer Scratcher |
ID | hiokkipjpomgippmpjbnkjdpgbacbgfk |
Official URL | https://chromewebstore.google.com/detail/canvas-answer-scratcher/hiokkipjpomgippmpjbnkjdpgbacbgfk |
Description | Ever wanted to scratch out answers while taking a quiz on Canvas? Well here's your friend. |
File Size | 482 KB |
Installation Count | 404 |
Current Version | 1.0 |
Last Updated | 2021-09-20 |
Publish Date | 2021-09-19 |
Rating | 5.00/5 Total 1 Ratings |
Developer | abbasr723868 |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Canvas Answer Scratcher", "author": "Rasool Abbas", "version": "1.0", "manifest_version": 2, "description": "Ever wanted to scratch out answers while taking a quiz on Canvas? Well here's your friend.", "icons": { "256": "images\/icon.png" }, "browser_action": { "default_icon": "images\/icon.png", "default_popup": "popup.html" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "content_scripts": [ { "matches": [ "https:\/\/*.instructure.com\/*" ], "js": [ "scripts\/main.js" ] } ] } |