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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
            ]
        }
    ]
}