MoodleGPT

Hidden chat-gpt for your moodle quiz

MoodleGPT क्या है?

MoodleGPT yoannchb द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Hidden chat-gpt for your moodle quiz"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में MoodleGPT एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
        }
    ]
}