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."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Quizgecko

ดาวน์โหลดไฟล์ส่วนขยาย Quizgecko ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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 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
URL หน้านโยบายความเป็นส่วนตัว 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."
}