MoodleGPT

Hidden chat-gpt for your moodle quiz

MoodleGPTคืออะไร?

MoodleGPT เป็นส่วนขยายของ Chrome ที่พัฒนาโดย yoannchb และคุณลักษณะหลักของมันคือ "Hidden chat-gpt for your moodle quiz"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย MoodleGPT

ดาวน์โหลดไฟล์ส่วนขยาย 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"
        }
    ]
}