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
Eメール [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"
    ]
}