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".

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

screenshot

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

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

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

                        Allows working and managing courses more easily                    

معلومات أساسية عن التمديد

الاسم Moodle-Simpler Moodle-Simpler
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"
    }
}