Quizgecko
Quickly generate a quiz based on the page you're viewing, using AI.
Cos'è Quizgecko?
Quizgecko è un'estensione di Chrome sviluppata da https://quizgecko.com, e la sua funzione principale è "Quickly generate a quiz based on the page you're viewing, using AI.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Quizgecko
Scarica i file di estensione Quizgecko in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Quizgecko |
ID | jipdeflholipfmimeegaphokjfhkbbpl |
URL Ufficiale | https://chromewebstore.google.com/detail/quizgecko/jipdeflholipfmimeegaphokjfhkbbpl |
Descrizione | Quickly generate a quiz based on the page you're viewing, using AI. |
Dimensione del File | 70.47 KB |
Conteggio Installazioni | 2,204 |
Versione Corrente | 1 |
Ultimo Aggiornamento | 2023-08-06 |
Data di Pubblicazione | 2022-11-10 |
Sviluppatore | https://quizgecko.com |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | http://quizgecko.com/privacy-policy |
Lingue Supportate | 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." } |