Quizgecko

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

什麼是Quizgecko?

Quizgecko是由https://quizgecko.com開發的Chrome擴展程式,該擴展的主要功能是“Quickly generate a quiz based on the page you're viewing, using AI.”。

擴展截圖

screenshot

下載Quizgecko擴展crx文件

下載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
官方網址 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."
}