Moodle Breaker

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

ما هو Moodle Breaker؟

Moodle Breaker هو إضافة Chrome تم تطويرها بواسطة banditi، والميزة الرئيسية لها هي "A Chrome plugin, which allows busy MIPT students to do english on Moodle easily.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Moodle Breaker

قم بتنزيل ملفات الامتداد Moodle Breaker بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة 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"
}