Moodle Mass Downloader

Mass Download a moodle courses files

什么是Moodle Mass Downloader?

Moodle Mass Downloader是由Tomer Keren开发的Chrome扩展程序,该扩展的主要功能是“Mass Download a moodle courses files”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Moodle Mass Downloader扩展crx文件

下载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"
    ]
}