TI Hub - Moodle Answers
Automatically detects the right answer on exams at https://moodle.zs1sierpc.pl/
TI Hub - Moodle Answers là gì?
TI Hub - Moodle Answers là một tiện ích mở rộng Chrome được phát triển bởi steamgozuk, và tính năng chính của nó là "Automatically detects the right answer on exams at https://moodle.zs1sierpc.pl/".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng TI Hub - Moodle Answers
Tải xuống các tệp mở rộng TI Hub - Moodle Answers dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | TI Hub - Moodle Answers |
ID | ihnomdbokpcemmdhlmheogcdcegmjmfg |
URL Chính Thức | https://chromewebstore.google.com/detail/ti-hub-moodle-answers/ihnomdbokpcemmdhlmheogcdcegmjmfg |
Mô tả | Automatically detects the right answer on exams at https://moodle.zs1sierpc.pl/ |
Kích Thước Tệp | 50.04 KB |
Số Lần Cài Đặt | 241 |
Phiên Bản Hiện Tại | 1.0.1 |
Cập Nhật Lần Cuối | 2022-04-05 |
Ngày Phát Hành | 2022-03-30 |
Nhà Phát Triển | steamgozuk |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |