Simple Moodle

Make Moodle simpler

Simple Moodleคืออะไร?

Simple Moodle เป็นส่วนขยายของ Chrome ที่พัฒนาโดย atjn และคุณลักษณะหลักของมันคือ "Make Moodle simpler"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Simple Moodle

ดาวน์โหลดไฟล์ส่วนขยาย Simple Moodle ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        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\/*"
            ]
        }
    ]
}