Quizgecko

Quickly generate a quiz based on the page you're viewing, using AI.

Quizgecko là gì?

Quizgecko là một tiện ích mở rộng Chrome được phát triển bởi https://quizgecko.com, và tính năng chính của nó là "Quickly generate a quiz based on the page you're viewing, using AI.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Quizgecko

Tải xuống các tệp mở rộng Quizgecko dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Quizgecko Quizgecko
ID jipdeflholipfmimeegaphokjfhkbbpl
URL Chính Thức https://chromewebstore.google.com/detail/quizgecko/jipdeflholipfmimeegaphokjfhkbbpl
Mô tả Quickly generate a quiz based on the page you're viewing, using AI.
Kích Thước Tệp 70.47 KB
Số Lần Cài Đặt 2,204
Phiên Bản Hiện Tại 1
Cập Nhật Lần Cuối 2023-08-06
Ngày Phát Hành 2022-11-10
Nhà Phát Triển https://quizgecko.com
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật http://quizgecko.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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."
}