Quizgecko
Quickly generate a quiz based on the page you're viewing, using AI.
ما هو Quizgecko؟
Quizgecko هو إضافة Chrome تم تطويرها بواسطة https://quizgecko.com، والميزة الرئيسية لها هي "Quickly generate a quiz based on the page you're viewing, using AI.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Quizgecko
قم بتنزيل ملفات الامتداد Quizgecko بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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.
معلومات أساسية عن التمديد
الاسم | Quizgecko |
ID | jipdeflholipfmimeegaphokjfhkbbpl |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/quizgecko/jipdeflholipfmimeegaphokjfhkbbpl |
الوصف | Quickly generate a quiz based on the page you're viewing, using AI. |
حجم الملف | 70.47 KB |
عدد التثبيتات | 2,204 |
النسخة الحالية | 1 |
آخر تحديث | 2023-08-06 |
تاريخ النشر | 2022-11-10 |
المطور | https://quizgecko.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
عنوان صفحة سياسة الخصوصية | http://quizgecko.com/privacy-policy |
اللغات المدعومة | 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." } |