Moodle Breaker
A Chrome plugin, which allows busy MIPT students to do english on Moodle easily.
Moodle Breaker क्या है?
Moodle Breaker banditi द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A Chrome plugin, which allows busy MIPT students to do english on Moodle easily."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Moodle Breaker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
एक्सटेंशन की मूल जानकारी
नाम | |
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" } |