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
公式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
Eメール [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."
}