Moodle Breaker
A Chrome plugin, which allows busy MIPT students to do english on Moodle easily.
Moodle Breaker là gì?
Moodle Breaker là một tiện ích mở rộng Chrome được phát triển bởi banditi, và tính năng chính của nó là "A Chrome plugin, which allows busy MIPT students to do english on Moodle easily.".
Ả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 Moodle Breaker
Tải xuống các tệp mở rộng Moodle Breaker 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
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | engmdgoencliofhoomjomajchpiljoio |
URL Chính Thức | https://chrome.google.com/webstore/detail/moodle-breaker/engmdgoencliofhoomjomajchpiljoio |
Mô tả | A Chrome plugin, which allows busy MIPT students to do english on Moodle easily. |
Kích Thước Tệp | 21.88 KB |
Số Lần Cài Đặt | 1,000 |
Phiên Bản Hiện Tại | 1.5.1 |
Cập Nhật Lần Cuối | 2015-05-17 |
Ngày Phát Hành | 2015-05-17 |
Đánh Giá | 4.78/5 Tổng số 27 Đánh Giá |
Nhà Phát Triển | banditi |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/sigorilla/moodle |
URL Trang Trợ Giúp | https://github.com/sigorilla/moodle |
Ngôn Ngữ Được Hỗ Trợ | 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" } |