Quizgecko

Quickly generate a quiz based on the page you're viewing, using AI.

Qu'est-ce que Quizgecko ?

Quizgecko est une extension Chrome développée par https://quizgecko.com, et sa fonction principale est "Quickly generate a quiz based on the page you're viewing, using AI.".

Captures d'Écran de l'Extension

screenshot

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

Téléchargez les fichiers d'extension Quizgecko 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

                        Generate quizzes and flashcards from any web page, with the power of ChatGPT. 

This helpful Chrome extension opens the tab you are viewing in Quizgecko and automatically starts to generate a quiz based on the text there. 

Please note: You'll need Quizgecko to use this extension. It is free to use up to 3 times per month after you have created an account. After that you'll need to upgrade to one of our paid plans.

To use just click the extension icon after installing. This will open Quizgecko with the current URL. By default, quiz generation will begin immediately, though you can change this in the options if you wish.                    

Informations de Base sur l'Extension

Nom Quizgecko Quizgecko
ID jipdeflholipfmimeegaphokjfhkbbpl
URL Officiel https://chromewebstore.google.com/detail/quizgecko/jipdeflholipfmimeegaphokjfhkbbpl
Description Quickly generate a quiz based on the page you're viewing, using AI.
Taille du Fichier 70.47 KB
Nombre d'Installations 2,204
Version Actuelle 1
Dernière Mise à Jour 2023-08-06
Date de Publication 2022-11-10
Développeur https://quizgecko.com
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité http://quizgecko.com/privacy-policy
Langues Prises en Charge en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Quizgecko",
    "version": "1",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "action": {
        "default_icon": "icon-32.png"
    },
    "options_page": "options.html",
    "icons": {
        "16": "icon-16.png",
        "32": "icon-32.png",
        "192": "icon-192.png"
    },
    "description": "Quickly generate a quiz based on the page you're viewing, using AI."
}