MoodleGPT

Hidden chat-gpt for your moodle quiz

什么是MoodleGPT?

MoodleGPT是由yoannchb开发的Chrome扩展程序,该扩展的主要功能是“Hidden chat-gpt for your moodle quiz”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载MoodleGPT扩展crx文件

下载MoodleGPT扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        MoodleGPT is a Chrome extension that allows you to enhance your Moodle quiz experience. With this extension, you can hide the CHAT-GPT feature and effortlessly solve quiz questions. Simply enter the code provided by the extension and click on the question you want to solve, and CHAT-GPT will automatically provide the answer.

This extension supports various question types, including Select, Put in Order, Resolve Equation, One Response (radio button), Multiple Responses (checkbox), True or False, Number, and Text. It also provides different modes, such as Autocomplete, Clipboard, and Question to Answer, giving you flexibility in how you interact with the answers.

To use MoodleGPT, you need to set it up by loading the unpacked extension in your browser's extension management page. Enter the API key obtained from OpenAI and a unique code to activate the extension on your Moodle page. You can customize the settings, including the GPT model, cursor indication, title indication, and more.

MoodleGPT simplifies and accelerates the process of completing Moodle quizzes, making it easier for users to obtain accurate answers. Download the extension now and enhance your Moodle quiz experience!

Github: https://github.com/yoannchb-pro/MoodleGPT
Donation: https://www.buymeacoffee.com/yoannchbpro
Icon credits: Mortarboard icons created by itim2101 - Flaticon                    

扩展基本信息

名称 MoodleGPT MoodleGPT
ID fgiepdkoifhpcgdhbiikpgdapjdoemko
官方URL https://chromewebstore.google.com/detail/moodlegpt/fgiepdkoifhpcgdhbiikpgdapjdoemko
简介 Hidden chat-gpt for your moodle quiz
文件大小 74.02 KB
安装次数 1,351
当前版本 1.0.3
更新时间 2023-06-25
上架时间 2023-06-25
评分 2.25/5 共4次评分
开发者 yoannchb
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/yoannchb-pro/MoodleGPT
帮助页面URL https://github.com/yoannchb-pro/MoodleGPT/issues
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "MoodleGPT",
    "version": "1.0.3",
    "description": "Hidden chat-gpt for your moodle quiz",
    "permissions": [
        "storage"
    ],
    "action": {
        "default_icon": "icon.png",
        "default_popup": ".\/popup\/index.html"
    },
    "icons": {
        "16": "icon.png",
        "32": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/**\/mod\/quiz\/*",
                "*:\/\/*\/mod\/quiz\/*",
                "file:\/\/\/*"
            ],
            "js": [
                "MoodleGPT.js"
            ],
            "run_at": "document_end"
        }
    ]
}