Quizzard
Quick and easy tool to rapidly search for homework questions, definitions and quiz answers.
什么是Quizzard?
Quizzard是由Ambrose Nilam开发的Chrome扩展程序,该扩展的主要功能是“Quick and easy tool to rapidly search for homework questions, definitions and quiz answers.”。
扩展截图
下载Quizzard扩展crx文件
下载Quizzard扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Quizzard is a browser extension that allows you to rapidly search for questions and answers from thousands of different study sets using the widely popular online study website application, Quizlet. Quickly check your homework or find answers to tests and exam questions by simply searching your question and hitting enter! Quizzard is the ultimate tool for students taking online classes due to COVID-19 😷. Use Quizzard to find, study, and ace those online tests, quizzes, and exams in a matter of seconds! Search with incredible accuracy and sort answers by confidence. Use Quizzard to find multiple solutions and automatically pick the most confident results. Tired of copy and pasting? Right-click on a phrase and rapidly search for answers in the background! Legal Quizzard is a browser extension search tool that is solely intended to assist users in rapidly finding Quizlet-hosted question sets. It is strictly prohibited to use this tool to facilitate any form of academic misconduct on assessed material as follows, but not limited to: quizzes, tests, exams, and alike.
扩展基本信息
名称 | Quizzard |
ID | oidgiplmcfbadgmofhjicgonldhkbooe |
官方URL | https://chromewebstore.google.com/detail/quizzard/oidgiplmcfbadgmofhjicgonldhkbooe |
简介 | Quick and easy tool to rapidly search for homework questions, definitions and quiz answers. |
文件大小 | 566 KB |
安装次数 | 42,286 |
当前版本 | 4.3.2 |
更新时间 | 2023-12-18 |
上架时间 | 2020-07-04 |
评分 | 3.67/5 共27次评分 |
开发者 | Ambrose Nilam |
电子邮箱 | [email protected] |
付费类型 | in_app |
扩展官网 | https://www.quizzardapp.com |
帮助页面URL | https://www.quizzardapp.com/support |
隐私政策页面URL | https://www.quizzardapp.com/privacy |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Quizzard", "description": "Quick and easy tool to rapidly search for homework questions, definitions and quiz answers.", "version": "4.3.2", "version_name": "4.3.2", "action": { "default_popup": "index.html", "default_title": "Quizzard", "default_icon": "icon.png" }, "icons": { "16": "icons\/icon_16.png", "48": "icons\/icon_48.png", "96": "icons\/icon_96.png", "128": "icons\/icon_128.png", "256": "icons\/icon_256.png" }, "permissions": [ "storage", "contextMenus" ], "host_permissions": [ "https:\/\/www.google.com\/*", "https:\/\/quizlet.com\/*", "https:\/\/www.quizzardapp.com\/*" ], "background": { "service_worker": ".\/static\/js\/background.js", "type": "module" }, "web_accessible_resources": [ { "resources": [ "img\/*.svg" ], "matches": [], "extension_ids": [] } ] } |