Moodle Breaker

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

Hvad er Moodle Breaker?

Moodle Breaker er en Chrome-udvidelse udviklet af banditi, og dens hovedfunktion er "A Chrome plugin, which allows busy MIPT students to do english on Moodle easily.".

Udvidelsesskærmbilleder

screenshot

Download Moodle Breaker-udvidelses-CRX-fil

Download Moodle Breaker-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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æggende oplysninger om udvidelsen

Navn Moodle Breaker Moodle Breaker
ID engmdgoencliofhoomjomajchpiljoio
Officiel URL https://chrome.google.com/webstore/detail/moodle-breaker/engmdgoencliofhoomjomajchpiljoio
Beskrivelse A Chrome plugin, which allows busy MIPT students to do english on Moodle easily.
Filstørrelse 21.88 KB
Antal Installationer 1,000
Nuværende Version 1.5.1
Senest Opdateret 2015-05-17
Udgivelsesdato 2015-05-17
Bedømmelse 4.78/5 Samlet 27 Bedømmelser
Udvikler banditi
Betalingsmetode free
Udvidelseswebsted https://github.com/sigorilla/moodle
Hjælpeside-URL https://github.com/sigorilla/moodle
Understøttede Sprog 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"
}