Moodle toolbox

Get test answers

什么是Moodle toolbox?

Moodle toolbox是由Sluhach开发的Chrome扩展程序,该扩展的主要功能是“Get test answers”。

扩展截图

screenshot
screenshot

下载Moodle toolbox扩展crx文件

下载Moodle toolbox扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 Moodle toolbox Moodle toolbox
ID gbdodlonccnodmfabbhlgngnaofdnjhp
官方URL https://chromewebstore.google.com/detail/moodle-toolbox/gbdodlonccnodmfabbhlgngnaofdnjhp
简介 Get test answers
文件大小 43.33 KB
安装次数 23
当前版本 9.0
更新时间 2024-02-29
上架时间 2023-11-14
评分 5.00/5 共1次评分
开发者 Sluhach
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://www.privacypolicies.com/live/d62accc3-08f7-4fb5-adf7-89a8d8f5fb5b
支持的语言 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"
            ]
        }
    ]
}