TI Hub - Moodle Answers

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

TI Hub - Moodle Answersとは何ですか?

TI Hub - Moodle Answersはsteamgozukによって開発されたChromeの拡張機能で、その主な機能は「Automatically detects the right answer on exams at https://moodle.zs1sierpc.pl/」です。

拡張機能のスクリーンショット

screenshot

TI Hub - Moodle Answers拡張機能のCRXファイルをダウンロード

TI Hub - Moodle Answers拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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