Quizizz AI: Turn Any Website into a Quiz

In one click, create interactive quizzes, reading comprehension passages, questions and multi-part quizzes from any website with…

Quizizz AI: Turn Any Website into a Quizคืออะไร?

Quizizz AI: Turn Any Website into a Quiz เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Quizizz และคุณลักษณะหลักของมันคือ "In one click, create interactive quizzes, reading comprehension passages, questions and multi-part quizzes from any website with…"

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Quizizz AI: Turn Any Website into a Quiz

ดาวน์โหลดไฟล์ส่วนขยาย Quizizz AI: Turn Any Website into a Quiz ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        In one click, create interactive quizzes, reading comprehension passages, questions and multi-part quizzes from any website with this Quizizz AI Chrome Extension!

Quiz and question generation from anywhere. Generate content from any publicly accessible websites, links, news articles, educational content, or YouTube videos (with closed captions or transcripts).  

Getting Started:
1. Download the Chrome extension

2. Pin it to your browser for easy access: Once downloaded, click on the puzzle button on the top right-hand corner, look for Quizizz AI, and pin it to your browser

3. Generate Quizzes from anywhere: Go to your favorite websites, articles, or YouTube videos and generate quizzes on Quizizz.com based on them! You can also create from your google docs and slides!

4. Passages: On certain websites you can also highlight passages and generations questions based on the passage

5. Edit or customize: Once generated on Quizizz, you can continue to edit or make any customizations you want on the platform.  

6. Quick Login (If Needed): If you're not already logged in, we might gently nudge you to log in to your Quizizz account. But don't worry, that's it!

It's a game-changer for educators, making formative assessments, reviews, practice, entry and exit tickets, or other essential learning activities easy to create!

Say goodbye to time-consuming quiz creation or extension makes it easy-peasy without sacrificing quality.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Quizizz AI: Turn Any Website into a Quiz Quizizz AI: Turn Any Website into a Quiz
ID jnegnfbcjklhkmoihoakeijbealomipg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/quizizz-ai-turn-any-websi/jnegnfbcjklhkmoihoakeijbealomipg
คำอธิบาย In one click, create interactive quizzes, reading comprehension passages, questions and multi-part quizzes from any website with…
ขนาดไฟล์ 125 KB
จำนวนการติดตั้ง 70,000
เวอร์ชันปัจจุบัน 0.11
อัปเดตครั้งล่าสุด 2024-02-01
วันที่เผยแพร่ 2023-10-11
คะแนน 4.37/5 รวมทั้งหมด 38 คะแนน
ผู้พัฒนา Quizizz
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://quizizz.com/
URL หน้าช่วยเหลือ https://quizizz.zendesk.com/hc/en-us
URL หน้านโยบายความเป็นส่วนตัว https://quizizz.com/privacy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Quizizz AI: Turn Any Website into a Quiz",
    "version": "0.11",
    "icons": {
        "48": "src\/assets\/icon_48.png",
        "128": "src\/assets\/icon_128.png"
    },
    "action": {
        "default_popup": "index.html#popup",
        "default_title": "Quizizz AI"
    },
    "permissions": [
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "js": [
                "assets\/content.js-loader-6anlD_EZ.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "index.html"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                ""
            ],
            "resources": [
                "assets\/index-_N47-wgr.js",
                "assets\/content.js-tPz-wkog.js"
            ],
            "use_dynamic_url": true
        }
    ]
}