Moodle Breaker

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

O que é Moodle Breaker?

Moodle Breaker é uma extensão do Chrome desenvolvida por banditi, e sua principal característica é "A Chrome plugin, which allows busy MIPT students to do english on Moodle easily.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Moodle Breaker

Baixe arquivos de extensão Moodle Breaker no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Moodle Breaker Moodle Breaker
ID engmdgoencliofhoomjomajchpiljoio
URL Oficial https://chrome.google.com/webstore/detail/moodle-breaker/engmdgoencliofhoomjomajchpiljoio
Descrição A Chrome plugin, which allows busy MIPT students to do english on Moodle easily.
Tamanho do Arquivo 21.88 KB
Contagem de Instalações 1,000
Versão Atual 1.5.1
Última Atualização 2015-05-17
Data de Publicação 2015-05-17
Classificação 4.78/5 Total de 27 Avaliações
Desenvolvedor banditi
Tipo de Pagamento free
Site da Extensão https://github.com/sigorilla/moodle
URL da Página de Ajuda https://github.com/sigorilla/moodle
Idiomas Suportados 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"
}