Moodle Breaker
A Chrome plugin, which allows busy MIPT students to do english on Moodle easily.
Wat is Moodle Breaker?
Moodle Breaker is een Chrome-extensie ontwikkeld door banditi, en de belangrijkste functie is "A Chrome plugin, which allows busy MIPT students to do english on Moodle easily.".
Extensie Screenshots
Download het CRX-bestand van de extensie Moodle Breaker
Download Moodle Breaker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | |
ID | engmdgoencliofhoomjomajchpiljoio |
Officiële URL | https://chrome.google.com/webstore/detail/moodle-breaker/engmdgoencliofhoomjomajchpiljoio |
Beschrijving | A Chrome plugin, which allows busy MIPT students to do english on Moodle easily. |
Bestandsgrootte | 21.88 KB |
Aantal Installaties | 1,000 |
Huidige Versie | 1.5.1 |
Laatst Bijgewerkt | 2015-05-17 |
Publicatiedatum | 2015-05-17 |
Beoordeling | 4.78/5 Totaal 27 Beoordelingen |
Ontwikkelaar | banditi |
Betalingswijze | free |
Extensiewebsite | https://github.com/sigorilla/moodle |
Help Pagina-URL | https://github.com/sigorilla/moodle |
Ondersteunde Talen | 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" } |