Moodle Breaker
A Chrome plugin, which allows busy MIPT students to do english on Moodle easily.
Co to jest Moodle Breaker?
Moodle Breaker to rozszerzenie Chrome opracowane przez banditi, a jego główną funkcją jest „A Chrome plugin, which allows busy MIPT students to do english on Moodle easily.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Moodle Breaker
Pobierz pliki rozszerzeń Moodle Breaker w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | engmdgoencliofhoomjomajchpiljoio |
Oficjalny URL | https://chrome.google.com/webstore/detail/moodle-breaker/engmdgoencliofhoomjomajchpiljoio |
Opis | A Chrome plugin, which allows busy MIPT students to do english on Moodle easily. |
Rozmiar pliku | 21.88 KB |
Liczba instalacji | 1,000 |
Aktualna Wersja | 1.5.1 |
Ostatnia Aktualizacja | 2015-05-17 |
Data Publikacji | 2015-05-17 |
Ocena | 4.78/5 Łącznie 27 Oceny |
Deweloper | banditi |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/sigorilla/moodle |
Adres URL Strony Pomocy | https://github.com/sigorilla/moodle |
Obsługiwane Języki | 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" } |