Blend Quiz Response Saver
A Chrome Extension for retaking AISD Blend Quizzes
Blend Quiz Response Saverとは何ですか?
Blend Quiz Response Saverはhttps://blendquizhelper.comによって開発されたChromeの拡張機能で、その主な機能は「A Chrome Extension for retaking AISD Blend Quizzes」です。
拡張機能のスクリーンショット
Blend Quiz Response Saver拡張機能のCRXファイルをダウンロード
Blend Quiz Response Saver拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This Chrome Extension allows AISD Students to instantly fill out Blend quizzes with the responses from their previous attempt! Blend Quiz Response Saver is an extension created by an AISD Student to help other students increase their productivity. NOTE: This extension is designed only for AISD students. To use this extension, simply navigate to an AISD blend quiz. Then, if you have attempted the quiz at least once, you can click the "Copy" button on the extension to copy the displayed responses. Next, click the "Take Quiz Again" Button to retake the quiz. Now, go up to the extension on your Chrome toolbar and click the extension's icon. Finally, click the "Paste" button. This will fill out the quiz with all your copied responses! You won't have to go type them back in yourself. I hope you enjoy using Blend Quiz Response Saver.
拡張機能の基本情報
名前 | Blend Quiz Response Saver |
ID | fmiidipjodlcecpjckdihdobhepddehn |
公式URL | https://chromewebstore.google.com/detail/blend-quiz-response-saver/fmiidipjodlcecpjckdihdobhepddehn |
説明 | A Chrome Extension for retaking AISD Blend Quizzes |
ファイルサイズ | 284 KB |
インストール数 | 31 |
現在のバージョン | 1.5 |
最終更新日 | 2021-01-07 |
公開日 | 2020-03-07 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | https://blendquizhelper.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://blendquizhelper.com |
ヘルプページのURL | https://forms.gle/zEW4ivuopyQWv1bLA |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Blend Quiz Response Saver", "short_name": "Blend Quiz Response Saver", "version": "1.5", "description": "A Chrome Extension for retaking AISD Blend Quizzes", "author": "Blend Quiz Response Saver", "permissions": [ "activeTab", "storage" ], "options_page": "options.html", "background": { "scripts": [ "background.js" ], "persistent": true }, "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/logo_16x16.png", "32": "images\/logo_32x32.png", "48": "images\/logo_48x48.png", "128": "images\/logo_128x128.png" }, "icons": { "16": "images\/logo_16x16.png", "32": "images\/logo_32x32.png", "48": "images\/logo_48x48.png", "128": "images\/logo_128x128.png" } } } |