Moodle Mass Downloader

Mass Download a moodle courses files

Moodle Mass Downloaderคืออะไร?

Moodle Mass Downloader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Tomer Keren และคุณลักษณะหลักของมันคือ "Mass Download a moodle courses files"

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        A simple extention to help you mass download sections of moodle courses... _just in case it crashes again_.                    

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

ชื่อ Moodle Mass Downloader Moodle Mass Downloader
ID cibfhhncgchiihdnemimipceamplooeo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/moodle-mass-downloader/cibfhhncgchiihdnemimipceamplooeo
คำอธิบาย Mass Download a moodle courses files
ขนาดไฟล์ 22.23 KB
จำนวนการติดตั้ง 403
เวอร์ชันปัจจุบัน 1.07
อัปเดตครั้งล่าสุด 2018-05-16
วันที่เผยแพร่ 2018-05-16
คะแนน 4.29/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา Tomer Keren
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/Tadaboody/Moodle-Mass-Downloader
URL หน้าช่วยเหลือ https://github.com/Tadaboody/Moodle-Mass-Downloader
ภาษาที่รองรับ iw
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Moodle Mass Downloader",
    "short_name": "Moodle Downloader",
    "description": "Mass Download a moodle courses files",
    "version": "1.07",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "page_action": {
        "default_icon": "icons\/icon24.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.ac.il\/*course\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "*:\/\/*.ac.il\/*cs\/*",
        "downloads"
    ]
}