Canvas Answer Scratcher

Ever wanted to scratch out answers while taking a quiz on Canvas? Well here's your friend.

Wat is Canvas Answer Scratcher?

Canvas Answer Scratcher is een Chrome-extensie ontwikkeld door abbasr723868, en de belangrijkste functie is "Ever wanted to scratch out answers while taking a quiz on Canvas? Well here's your friend.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Canvas Answer Scratcher

Download Canvas Answer Scratcher-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Canvas Answer Scratcher Canvas Answer Scratcher
ID hiokkipjpomgippmpjbnkjdpgbacbgfk
Officiële URL https://chromewebstore.google.com/detail/canvas-answer-scratcher/hiokkipjpomgippmpjbnkjdpgbacbgfk
Beschrijving Ever wanted to scratch out answers while taking a quiz on Canvas? Well here's your friend.
Bestandsgrootte 482 KB
Aantal Installaties 404
Huidige Versie 1.0
Laatst Bijgewerkt 2021-09-20
Publicatiedatum 2021-09-19
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar abbasr723868
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}