Simple Moodle

Make Moodle simpler

Simple Moodle क्या है?

Simple Moodle atjn द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Make Moodle simpler"।

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

screenshot
screenshot

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

crx प्रारूप में Simple Moodle एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Moodle is a bloated mess. Most of the time you just need to quickly find a course, but Moodle will present you with 13962 random buttons that each do some specific thing, and will make sure to thoroughly hide the course you're looking for somewhere in a corner.

Simple Moodle allows you to enable a simpler view that highlights what you are looking for 99% of the time, and removes all the other bloat. For the other 1% of the time where you really do need an advanced button, you can easily disable the view, do your thing, and then reenable it to get back to your normal and simple 99% workflow again.                    

एक्सटेंशन की मूल जानकारी

नाम Simple Moodle Simple Moodle
ID fbmkgaebooghmoldfmjgedkomjkkfgao
आधिकारिक URL https://chromewebstore.google.com/detail/simple-moodle/fbmkgaebooghmoldfmjgedkomjkkfgao
विवरण Make Moodle simpler
फ़ाइल का आकार 45.98 KB
स्थापना संख्या 37
वर्तमान संस्करण 2.0.0
अंतिम अपडेट 2023-07-13
प्रकाशन तिथि 2022-09-13
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर atjn
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/atjn/simple-moodle
सहायता पृष्ठ URL https://github.com/atjn/simple-moodle/issues
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Make Moodle simpler",
    "manifest_version": 3,
    "name": "Simple Moodle",
    "version": "2.0.0",
    "homepage_url": "https:\/\/github.com\/atjn\/simple-moodle",
    "icons": {
        "48": "images\/icon-48.png",
        "96": "images\/icon-96.png",
        "128": "images\/icon-128.png",
        "144": "images\/icon-144.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_start",
            "js": [
                "simpleMoodle.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "scripts\/*",
                "styles\/*"
            ]
        }
    ]
}