Moodle-Simpler
Allows editing course names, hide courses, and sort them easily inside moodle. Built by Ron Even
Что такое Moodle-Simpler?
Moodle-Simpler - это расширение Chrome, разработанное Ron Even, и его основная функция - "Allows editing course names, hide courses, and sort them easily inside moodle. Built by Ron Even".
Снимки экрана расширения
Скачать файл CRX расширения Moodle-Simpler
Скачайте файлы расширений Moodle-Simpler в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Allows working and managing courses more easily Основная информация о расширении
| Название | |
| ID | lianeibajoppjkphdhnnbfobnimmhofn |
| Официальный URL | https://chromewebstore.google.com/detail/moodle-simpler/lianeibajoppjkphdhnnbfobnimmhofn |
| Описание | Allows editing course names, hide courses, and sort them easily inside moodle. Built by Ron Even |
| Размер файла | 205 KB |
| Количество установок | 273 |
| Текущая Версия | 0.0.2 |
| Последнее Обновление | 2021-04-07 |
| Дата публикации | 2021-03-14 |
| Рейтинг | 5.00/5 Всего 8 оценок |
| Разработчик | Ron Even |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Поддерживаемые языки | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Moodle-Simpler",
"version": "0.0.2",
"manifest_version": 2,
"description": "Allows editing course names, hide courses, and sort them easily inside moodle. Built by Ron Even",
"default_locale": "en",
"permissions": [
"storage"
],
"content_scripts": [
{
"matches": [
"https:\/\/lemida.biu.ac.il\/*"
],
"js": [
"js\/jquery\/jquery.min.js",
"src\/inject\/inject.js"
],
"run_at": "document_end"
}
],
"web_accessible_resources": [
"js\/jquery\/jquery.min.js",
"src\/inject\/inject.js"
],
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
}
} | |