Moodle GPT Quiz Solver
A Chrome extension to generate answers for moodle quizzes using ChatGPT API. Shift + S to hide/show answers
Moodle GPT Quiz Solverとは何ですか?
Moodle GPT Quiz Solverはbofill3devによって開発されたChromeの拡張機能で、その主な機能は「A Chrome extension to generate answers for moodle quizzes using ChatGPT API. Shift + S to hide/show answers」です。
拡張機能のスクリーンショット
Moodle GPT Quiz Solver拡張機能のCRXファイルをダウンロード
Moodle GPT Quiz Solver拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Moodle GPT Quiz Solver is a tool that allows you to quickly and easily generate solutions for your Moodle quizzes through the OpenAI API. It enables generating solutions using OpenAI's leading language models. It also leverages the new OpenAI Assistant API to work with files, which you can upload and delete through the extension's interface, and use them to generate answers based on the information contained in them. Among the main supported file formats for the use of the "files" section, you can find: .pdf, .docx, .txt, .pptx. However, you can find a comprehensive list of all allowed file types in the following OpenAI documentation: https://platform.openai.com/docs/assistants/tools/supported-files. Logo designed using resources from flaticon.com
拡張機能の基本情報
名前 | Moodle GPT Quiz Solver |
ID | mlkemaonopiomkepkdchdmhhpmhlllaf |
公式URL | https://chromewebstore.google.com/detail/moodle-gpt-quiz-solver/mlkemaonopiomkepkdchdmhhpmhlllaf |
説明 | A Chrome extension to generate answers for moodle quizzes using ChatGPT API. Shift + S to hide/show answers |
ファイルサイズ | 2.03 MB |
インストール数 | 134 |
現在のバージョン | 1.0.0 |
最終更新日 | 2024-01-19 |
公開日 | 2024-01-19 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | bofill3dev |
Eメール | [email protected] |
支払い方法 | in_app |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Moodle GPT Quiz Solver", "version": "1.0.0", "description": "A Chrome extension to generate answers for moodle quizzes using ChatGPT API. Shift + S to hide\/show answers", "permissions": [ "activeTab", "storage" ], "icons": { "16": "geco2.png", "48": "geco2.png", "128": "geco2.png" }, "action": { "default_popup": "index.html", "default_title": "Quiz Solver" }, "content_scripts": [ { "matches": [ " |