Moodle Breaker
A Chrome plugin, which allows busy MIPT students to do english on Moodle easily.
什麼是Moodle Breaker?
Moodle Breaker是由banditi開發的Chrome擴展程式,該擴展的主要功能是“A Chrome plugin, which allows busy MIPT students to do english on Moodle easily.”。
擴展截圖
下載Moodle Breaker擴展crx文件
下載Moodle Breaker擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This product solves a huge problem of a modern MIPT student, who usually is pretty busy with different difficult tasks, apart from English ones on Moodle. The way you use it very simple: you go to URL, containing English test on Moodle and press on the "M"(icon) button of this extension in your toolbar, and here it is - 100% right answers for the test are in front you. All you need to do is to confirm all the fields. Also you can fork me on GitHub: https://github.com/sigorilla/moodle Changelog: https://github.com/sigorilla/moodle/releases
擴展基本資訊
名稱 | |
ID | engmdgoencliofhoomjomajchpiljoio |
官方網址 | https://chrome.google.com/webstore/detail/moodle-breaker/engmdgoencliofhoomjomajchpiljoio |
簡介 | A Chrome plugin, which allows busy MIPT students to do english on Moodle easily. |
檔案大小 | 21.88 KB |
安裝次數 | 1,000 |
目前版本 | 1.5.1 |
更新時間 | 2015-05-17 |
上架時間 | 2015-05-17 |
評分 | 4.78/5 共 27 次評分 |
開發者 | banditi |
付費類型 | free |
擴展官網 | https://github.com/sigorilla/moodle |
說明頁面URL | https://github.com/sigorilla/moodle |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Moodle Breaker", "version": "1.5.1", "description": "A Chrome plugin, which allows busy MIPT students to do english on Moodle easily.", "icons": { "128": "image\/128.png" }, "permissions": [ "activeTab", "tabs", "http:\/\/moodle.phystech.edu\/", "storage" ], "browser_action": { "default_title": "Moodle Breaker", "default_popup": "popup.html" }, "web_accessible_resources": [ "src\/script.js" ], "options_page": "option.html" } |