Canvas Answer Scratcher
Ever wanted to scratch out answers while taking a quiz on Canvas? Well here's your friend.
Canvas Answer Scratcherとは何ですか?
Canvas Answer Scratcherはabbasr723868によって開発されたChromeの拡張機能で、その主な機能は「Ever wanted to scratch out answers while taking a quiz on Canvas? Well here's your friend.」です。
拡張機能のスクリーンショット
Canvas Answer Scratcher拡張機能のCRXファイルをダウンロード
Canvas Answer Scratcher拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | Canvas Answer Scratcher |
ID | hiokkipjpomgippmpjbnkjdpgbacbgfk |
公式URL | https://chromewebstore.google.com/detail/canvas-answer-scratcher/hiokkipjpomgippmpjbnkjdpgbacbgfk |
説明 | Ever wanted to scratch out answers while taking a quiz on Canvas? Well here's your friend. |
ファイルサイズ | 482 KB |
インストール数 | 404 |
現在のバージョン | 1.0 |
最終更新日 | 2021-09-20 |
公開日 | 2021-09-19 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | abbasr723868 |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | 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" ] } ] } |