Moodle Breaker

A Chrome plugin, which allows busy MIPT students to do english on Moodle easily.

What is Moodle Breaker?

Moodle Breaker is a Chrome extension developed by banditi, and its main feature is "A Chrome plugin, which allows busy MIPT students to do english on Moodle easily.".

Extension Screenshots

screenshot

Download Moodle Breaker Extension CRX File

Download Moodle Breaker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Moodle Breaker Moodle Breaker
ID engmdgoencliofhoomjomajchpiljoio
Official URL https://chrome.google.com/webstore/detail/moodle-breaker/engmdgoencliofhoomjomajchpiljoio
Description A Chrome plugin, which allows busy MIPT students to do english on Moodle easily.
File Size 21.88 KB
Installation Count 1,000
Current Version 1.5.1
Last Updated 2015-05-17
Publish Date 2015-05-17
Rating 4.78/5 Total 27 Ratings
Developer banditi
Payment Type free
Extension Website https://github.com/sigorilla/moodle
Help Page URL https://github.com/sigorilla/moodle
Supported Languages 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"
}