Canvas Answer Scratcher

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

Co je Canvas Answer Scratcher?

Canvas Answer Scratcher je rozšíření Chrome vyvinuté abbasr723868, a jeho hlavní funkcí je „Ever wanted to scratch out answers while taking a quiz on Canvas? Well here's your friend.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Canvas Answer Scratcher

Stáhněte si soubory rozšíření Canvas Answer Scratcher ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Canvas Answer Scratcher Canvas Answer Scratcher
ID hiokkipjpomgippmpjbnkjdpgbacbgfk
Oficiální URL https://chromewebstore.google.com/detail/canvas-answer-scratcher/hiokkipjpomgippmpjbnkjdpgbacbgfk
Popis Ever wanted to scratch out answers while taking a quiz on Canvas? Well here's your friend.
Velikost souboru 482 KB
Počet instalací 404
Aktuální Verze 1.0
Poslední Aktualizace 2021-09-20
Datum Vydání 2021-09-19
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář abbasr723868
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
            ]
        }
    ]
}