Quizgecko

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

Vad är Quizgecko?

Quizgecko är en Chrome-tillägg utvecklad av https://quizgecko.com, och dess huvudfunktion är "Quickly generate a quiz based on the page you're viewing, using AI.".

Tilläggsskärmbilder

screenshot

Ladda ner Quizgecko-förlängningens CRX-fil

Ladda ner Quizgecko-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Quizgecko Quizgecko
ID jipdeflholipfmimeegaphokjfhkbbpl
Officiell webbadress https://chromewebstore.google.com/detail/quizgecko/jipdeflholipfmimeegaphokjfhkbbpl
Beskrivning Quickly generate a quiz based on the page you're viewing, using AI.
Filstorlek 70.47 KB
Antal Installationer 2,204
Aktuell Version 1
Senast Uppdaterad 2023-08-06
Publiceringsdatum 2022-11-10
Utvecklare https://quizgecko.com
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan http://quizgecko.com/privacy-policy
Stödda Språk 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."
}