Quizgecko
Quickly generate a quiz based on the page you're viewing, using AI.
Was ist Quizgecko?
Quizgecko ist eine Chrome-Erweiterung, die von https://quizgecko.com entwickelt wurde, und ihr Hauptmerkmal ist "Quickly generate a quiz based on the page you're viewing, using AI.".
Erweiterungsscreenshots
Quizgecko-Erweiterungs-CRX-Datei herunterladen
Laden Sie Quizgecko-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Quizgecko |
ID | jipdeflholipfmimeegaphokjfhkbbpl |
Offizielle URL | https://chromewebstore.google.com/detail/quizgecko/jipdeflholipfmimeegaphokjfhkbbpl |
Beschreibung | Quickly generate a quiz based on the page you're viewing, using AI. |
Dateigröße | 70.47 KB |
Installationsanzahl | 2,204 |
Aktuelle Version | 1 |
Letztes Update | 2023-08-06 |
Veröffentlichungsdatum | 2022-11-10 |
Entwickler | https://quizgecko.com |
[email protected] | |
Zahlungsart | free |
URL der Datenschutzrichtlinien-Seite | http://quizgecko.com/privacy-policy |
Unterstützte Sprachen | 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." } |