TI Hub - Moodle Answers

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

Apa itu TI Hub - Moodle Answers?

TI Hub - Moodle Answers adalah ekstensi Chrome yang dikembangkan oleh steamgozuk, dan fitur utamanya adalah "Automatically detects the right answer on exams at https://moodle.zs1sierpc.pl/".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi TI Hub - Moodle Answers

Unduh file ekstensi TI Hub - Moodle Answers dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama TI Hub - Moodle Answers TI Hub - Moodle Answers
ID ihnomdbokpcemmdhlmheogcdcegmjmfg
URL Resmi https://chromewebstore.google.com/detail/ti-hub-moodle-answers/ihnomdbokpcemmdhlmheogcdcegmjmfg
Deskripsi Automatically detects the right answer on exams at https://moodle.zs1sierpc.pl/
Ukuran File 50.04 KB
Jumlah Instalasi 241
Versi Saat Ini 1.0.1
Terakhir Diperbarui 2022-04-05
Tanggal Publikasi 2022-03-30
Pengembang steamgozuk
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
            ]
        }
    ]
}