Moodle Breaker

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

Cos'è Moodle Breaker?

Moodle Breaker è un'estensione di Chrome sviluppata da banditi, e la sua funzione principale è "A Chrome plugin, which allows busy MIPT students to do english on Moodle easily.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Moodle Breaker

Scarica i file di estensione Moodle Breaker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Moodle Breaker Moodle Breaker
ID engmdgoencliofhoomjomajchpiljoio
URL Ufficiale https://chrome.google.com/webstore/detail/moodle-breaker/engmdgoencliofhoomjomajchpiljoio
Descrizione A Chrome plugin, which allows busy MIPT students to do english on Moodle easily.
Dimensione del File 21.88 KB
Conteggio Installazioni 1,000
Versione Corrente 1.5.1
Ultimo Aggiornamento 2015-05-17
Data di Pubblicazione 2015-05-17
Valutazione 4.78/5 Totale 27 Valutazioni
Sviluppatore banditi
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/sigorilla/moodle
URL della Pagina di Aiuto https://github.com/sigorilla/moodle
Lingue Supportate 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"
}