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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย 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"
}