Moodle Breaker

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

Vad är Moodle Breaker?

Moodle Breaker är en Chrome-tillägg utvecklad av banditi, och dess huvudfunktion är "A Chrome plugin, which allows busy MIPT students to do english on Moodle easily.".

Tilläggsskärmbilder

screenshot

Ladda ner Moodle Breaker-förlängningens CRX-fil

Ladda ner Moodle Breaker-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Moodle Breaker Moodle Breaker
ID engmdgoencliofhoomjomajchpiljoio
Officiell webbadress https://chrome.google.com/webstore/detail/moodle-breaker/engmdgoencliofhoomjomajchpiljoio
Beskrivning A Chrome plugin, which allows busy MIPT students to do english on Moodle easily.
Filstorlek 21.88 KB
Antal Installationer 1,000
Aktuell Version 1.5.1
Senast Uppdaterad 2015-05-17
Publiceringsdatum 2015-05-17
Betyg 4.78/5 Totalt 27 Betyg
Utvecklare banditi
Betalningssätt free
Tilläggswebbplats https://github.com/sigorilla/moodle
Hjälpsida URL https://github.com/sigorilla/moodle
Stödda Språk 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"
}