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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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