Moodle Breaker

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

Moodle Breakerとは何ですか?

Moodle Breakerはbanditiによって開発されたChromeの拡張機能で、その主な機能は「A Chrome plugin, which allows busy MIPT students to do english on Moodle easily.」です。

拡張機能のスクリーンショット

screenshot

Moodle Breaker拡張機能のCRXファイルをダウンロード

Moodle Breaker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 Moodle Breaker Moodle Breaker
ID engmdgoencliofhoomjomajchpiljoio
公式URL https://chrome.google.com/webstore/detail/moodle-breaker/engmdgoencliofhoomjomajchpiljoio
説明 A Chrome plugin, which allows busy MIPT students to do english on Moodle easily.
ファイルサイズ 21.88 KB
インストール数 1,000
現在のバージョン 1.5.1
最終更新日 2015-05-17
公開日 2015-05-17
評価 4.78/5 合計 27 レビュー
開発者 banditi
支払い方法 free
拡張機能のウェブサイト https://github.com/sigorilla/moodle
ヘルプページのURL https://github.com/sigorilla/moodle
対応言語 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"
}