TI Hub - Moodle Answers

Automatically detects the right answer on exams at https://moodle.zs1sierpc.pl/

ما هو TI Hub - Moodle Answers؟

TI Hub - Moodle Answers هو إضافة Chrome تم تطويرها بواسطة steamgozuk، والميزة الرئيسية لها هي "Automatically detects the right answer on exams at https://moodle.zs1sierpc.pl/".

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

screenshot

تحميل ملف CRX للإضافة TI Hub - Moodle Answers

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

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

                        Po rozpoczęciu testu na https://moodle.zs1sierpc.pl/, poprawna odpowiedź (musi uwzględniona w zewnętrznej bazie pytań) na każde pytanie wysunie się o 2 piksele w prawo.                    

معلومات أساسية عن التمديد

الاسم TI Hub - Moodle Answers TI Hub - Moodle Answers
ID ihnomdbokpcemmdhlmheogcdcegmjmfg
عنوان URL الرسمي https://chromewebstore.google.com/detail/ti-hub-moodle-answers/ihnomdbokpcemmdhlmheogcdcegmjmfg
الوصف Automatically detects the right answer on exams at https://moodle.zs1sierpc.pl/
حجم الملف 50.04 KB
عدد التثبيتات 241
النسخة الحالية 1.0.1
آخر تحديث 2022-04-05
تاريخ النشر 2022-03-30
المطور steamgozuk
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة pl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "TI Hub - Moodle Answers",
    "version": "1.0.1",
    "description": "Automatically detects the right answer on exams at https:\/\/moodle.zs1sierpc.pl\/",
    "action": {
        "default_icon": "img\/logo.png",
        "default_popup": "html\/popup.html",
        "default_title": "TI Hub - Moodle Answers"
    },
    "icons": {
        "16": "img\/icon_16.png",
        "48": "img\/icon_48.png",
        "128": "img\/icon_128.png"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "http:\/\/localhost:5500\/*",
                "https:\/\/moodle.zs1sierpc.pl\/*",
                "http:\/\/moodle.zs1sierpc.pl\/*"
            ],
            "css": [
                "style.css"
            ]
        }
    ]
}