Quizzard

Quick and easy tool to rapidly search for homework questions, definitions and quiz answers.

Qu'est-ce que Quizzard ?

Quizzard est une extension Chrome développée par Ambrose Nilam, et sa fonction principale est "Quick and easy tool to rapidly search for homework questions, definitions and quiz answers.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Quizzard

Téléchargez les fichiers d'extension Quizzard au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Quizzard Quizzard
ID oidgiplmcfbadgmofhjicgonldhkbooe
URL Officiel https://chromewebstore.google.com/detail/quizzard/oidgiplmcfbadgmofhjicgonldhkbooe
Description Quick and easy tool to rapidly search for homework questions, definitions and quiz answers.
Taille du Fichier 566 KB
Nombre d'Installations 42,286
Version Actuelle 4.3.2
Dernière Mise à Jour 2023-12-18
Date de Publication 2020-07-04
Évaluation 3.67/5 Total 27 Évaluations
Développeur Ambrose Nilam
Email [email protected]
Type de Paiement in_app
Site Web de l'Extension https://www.quizzardapp.com
URL de la Page d'Aide https://www.quizzardapp.com/support
URL de la Page de Politique de Confidentialité https://www.quizzardapp.com/privacy
Langues Prises en Charge 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": []
        }
    ]
}