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

คำแนะนำในการใช้ส่วนขยาย

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