Moodle Breaker
A Chrome plugin, which allows busy MIPT students to do english on Moodle easily.
Qu'est-ce que Moodle Breaker ?
Moodle Breaker est une extension Chrome développée par banditi, et sa fonction principale est "A Chrome plugin, which allows busy MIPT students to do english on Moodle easily.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Moodle Breaker
Téléchargez les fichiers d'extension Moodle Breaker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | |
ID | engmdgoencliofhoomjomajchpiljoio |
URL Officiel | https://chrome.google.com/webstore/detail/moodle-breaker/engmdgoencliofhoomjomajchpiljoio |
Description | A Chrome plugin, which allows busy MIPT students to do english on Moodle easily. |
Taille du Fichier | 21.88 KB |
Nombre d'Installations | 1,000 |
Version Actuelle | 1.5.1 |
Dernière Mise à Jour | 2015-05-17 |
Date de Publication | 2015-05-17 |
Évaluation | 4.78/5 Total 27 Évaluations |
Développeur | banditi |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/sigorilla/moodle |
URL de la Page d'Aide | https://github.com/sigorilla/moodle |
Langues Prises en Charge | 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" } |