WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
MoodleGPT

MoodleGPT

View on Chrome Web Store
View MoodleGPT Chrome Extension on Chrome Web Store
Add to bookmarks
0.0 (0 ratings)
0 views
This extension has been viewed 0 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

MoodleGPT uses your own Gemini API key to answer questions (true or false, multiple choice and fill the blanks) in moodle
Type
Extension
Users
5 users
1
antoniocoelho2005
View author page of antoniocoelho2005
Published
Published on May 21, 2025
Version 7.3
Manifest version
3
Updated
Updated on June 17, 2025
productivity/tools
Extension Category
View on Chrome Web Store
View MoodleGPT Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "MoodleGPT",
    "short_name": "MGPT",
    "version": "7.3",
    "author": "NotSN",
    "description": "MoodleGPT uses your own Gemini API key to answer questions (true or false, multiple choice and fill the blanks) in moodle ",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "gemini_answer.js",
                "content_gemini.js"
            ]
        }
    ],
    "action": {
        "default_popup": "popup_gemini.html"
    },
    "permissions": [
        "storage",
        "notifications",
        "contextMenus"
    ],
    "host_permissions": [
        "https:\/\/script.google.com\/*"
    ],
    "commands": {
        "extract-quiz-command": {
            "suggested_key": {
                "default": "Alt+S",
                "mac": "Alt+S"
            },
            "description": "Extract Quiz Content (MoodleGPT)"
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "QA.json"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "icons": {
        "16": "icon\/Appimagejpg_16x16.png",
        "32": "icon\/Appimagejpg_32x32.png",
        "48": "icon\/Appimagejpg_48x48.png",
        "128": "icon\/Appimagejpg_128x128.png"
    }
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top