Moodle-Simpler

Allows editing course names, hide courses, and sort them easily inside moodle. Built by Ron Even

Moodle-Simpler क्या है?

Moodle-Simpler Ron Even द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Allows editing course names, hide courses, and sort them easily inside moodle. Built by Ron Even"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Moodle-Simpler एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    }
}