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.」です。

拡張機能のスクリーンショット

screenshot
screenshot

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 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
Eメール [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": []
        }
    ]
}