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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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": []
        }
    ]
}