Moodle toolbox

Get test answers

Moodle toolboxคืออะไร?

Moodle toolbox เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Sluhach และคุณลักษณะหลักของมันคือ "Get test answers"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Moodle toolbox

ดาวน์โหลดไฟล์ส่วนขยาย 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"
            ]
        }
    ]
}