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"
}