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/”。
擴展截圖
下載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 |
ID | ihnomdbokpcemmdhlmheogcdcegmjmfg |
官方網址 | 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" ] } ] } |