Trimoodle

toggle courses visibility from the moodle sidebar

Trimoodleคืออะไร?

Trimoodle เป็นส่วนขยายของ Chrome ที่พัฒนาโดย nadav.goldstein96 และคุณลักษณะหลักของมันคือ "toggle courses visibility from the moodle sidebar"

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

screenshot

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

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

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

                        A new way to toggle the visibility of the courses at the sidebar in the moodle website (huji)

Open source: https://github.com/nadav96/trimoodle                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Trimoodle Trimoodle
ID najiiglmdjablddfmgegpookgecbddej
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/trimoodle/najiiglmdjablddfmgegpookgecbddej
คำอธิบาย toggle courses visibility from the moodle sidebar
ขนาดไฟล์ 199 KB
จำนวนการติดตั้ง 219
เวอร์ชันปัจจุบัน 1.8
อัปเดตครั้งล่าสุด 2021-10-11
วันที่เผยแพร่ 2021-04-02
คะแนน 4.97/5 รวมทั้งหมด 34 คะแนน
ผู้พัฒนา nadav.goldstein96
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Trimoodle",
    "description": "toggle courses visibility from the moodle sidebar",
    "version": "1.8",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "images\/icon25.png",
        "default_popup": "popup.html",
        "default_title": "Trim moodle"
    },
    "permissions": [
        "https:\/\/moodle2.cs.huji.ac.il\/*",
        "storage"
    ],
    "content_scripts": [
        {
            "js": [
                "3party\/jquery-3.6.0.min.js",
                "3party\/snackbar\/snackbar.min.js",
                "content.js"
            ],
            "matches": [
                "https:\/\/moodle2.cs.huji.ac.il\/*"
            ],
            "css": [
                "3party\/snackbar\/snackbar.min.css"
            ]
        }
    ],
    "icons": {
        "128": "images\/icon128.png",
        "16": "images\/icon16.png",
        "48": "images\/icon48.png"
    }
}