Moodle toolbox

Get test answers

ما هو Moodle toolbox؟

Moodle toolbox هو إضافة Chrome تم تطويرها بواسطة Sluhach، والميزة الرئيسية لها هي "Get test answers".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Moodle toolbox

قم بتنزيل ملفات الامتداد Moodle toolbox بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة سياسة الخصوصية 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"
            ]
        }
    ]
}