Moodle toolbox

Get test answers

Wat is Moodle toolbox?

Moodle toolbox is een Chrome-extensie ontwikkeld door Sluhach, en de belangrijkste functie is "Get test answers".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Moodle toolbox

Download Moodle toolbox-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Moodle toolbox Moodle toolbox
ID gbdodlonccnodmfabbhlgngnaofdnjhp
Officiële URL https://chromewebstore.google.com/detail/moodle-toolbox/gbdodlonccnodmfabbhlgngnaofdnjhp
Beschrijving Get test answers
Bestandsgrootte 43.33 KB
Aantal Installaties 23
Huidige Versie 9.0
Laatst Bijgewerkt 2024-02-29
Publicatiedatum 2023-11-14
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Sluhach
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://www.privacypolicies.com/live/d62accc3-08f7-4fb5-adf7-89a8d8f5fb5b
Ondersteunde Talen 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"
            ]
        }
    ]
}