Canvas Answer Scratcher
Ever wanted to scratch out answers while taking a quiz on Canvas? Well here's your friend.
Co to jest Canvas Answer Scratcher?
Canvas Answer Scratcher to rozszerzenie Chrome opracowane przez abbasr723868, a jego główną funkcją jest „Ever wanted to scratch out answers while taking a quiz on Canvas? Well here's your friend.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Canvas Answer Scratcher
Pobierz pliki rozszerzeń Canvas Answer Scratcher w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Canvas Answer Scratcher |
ID | hiokkipjpomgippmpjbnkjdpgbacbgfk |
Oficjalny URL | https://chromewebstore.google.com/detail/canvas-answer-scratcher/hiokkipjpomgippmpjbnkjdpgbacbgfk |
Opis | Ever wanted to scratch out answers while taking a quiz on Canvas? Well here's your friend. |
Rozmiar pliku | 482 KB |
Liczba instalacji | 404 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2021-09-20 |
Data Publikacji | 2021-09-19 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | abbasr723868 |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } ] } |