Moodle toolbox

Get test answers

What is Moodle toolbox?

Moodle toolbox is a Chrome extension developed by Sluhach, and its main feature is "Get test answers".

Extension Screenshots

screenshot
screenshot

Download Moodle toolbox Extension CRX File

Download Moodle toolbox extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Helps to interact with the text on the site through GPT chat                    

Extension Basic Information

Name Moodle toolbox Moodle toolbox
ID gbdodlonccnodmfabbhlgngnaofdnjhp
Official URL https://chromewebstore.google.com/detail/moodle-toolbox/gbdodlonccnodmfabbhlgngnaofdnjhp
Description Get test answers
File Size 43.33 KB
Installation Count 23
Current Version 9.0
Last Updated 2024-02-29
Publish Date 2023-11-14
Rating 5.00/5 Total 1 Ratings
Developer Sluhach
Email [email protected]
Payment Type free
Privacy Policy Page URL https://www.privacypolicies.com/live/d62accc3-08f7-4fb5-adf7-89a8d8f5fb5b
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Moodle toolbox",
    "description": "Get test answers",
    "version": "9.0",
    "manifest_version": 3,
    "icons": {
        "16": "icons\/logo16.png",
        "32": "icons\/logo32.png",
        "48": "icons\/logo48.png",
        "128": "icons\/logo128.png"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "scripting",
        "activeTab",
        "storage"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "common.js",
                "content.js"
            ]
        }
    ]
}