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
Eメール [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"
            ]
        }
    ]
}