Moodle Breaker
A Chrome plugin, which allows busy MIPT students to do english on Moodle easily.
Apa itu Moodle Breaker?
Moodle Breaker adalah ekstensi Chrome yang dikembangkan oleh banditi, dan fitur utamanya adalah "A Chrome plugin, which allows busy MIPT students to do english on Moodle easily.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Moodle Breaker
Unduh file ekstensi Moodle Breaker dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | |
ID | engmdgoencliofhoomjomajchpiljoio |
URL Resmi | https://chrome.google.com/webstore/detail/moodle-breaker/engmdgoencliofhoomjomajchpiljoio |
Deskripsi | A Chrome plugin, which allows busy MIPT students to do english on Moodle easily. |
Ukuran File | 21.88 KB |
Jumlah Instalasi | 1,000 |
Versi Saat Ini | 1.5.1 |
Terakhir Diperbarui | 2015-05-17 |
Tanggal Publikasi | 2015-05-17 |
Penilaian | 4.78/5 Total 27 Penilaian |
Pengembang | banditi |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/sigorilla/moodle |
URL Halaman Bantuan | https://github.com/sigorilla/moodle |
Bahasa yang Didukung | 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" } |