Multi-File Downloader

Easily and quickly download multiple files from websites.

Multi-File Downloader란 무엇입니까?

Multi-File Downloader은(는) Brett Doyle에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Easily and quickly download multiple files from websites."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Multi-File Downloader 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Quickly and easily search and download files linked in websites.
Click the extension button (on the Chrome toolbar), filter results to only include files you want, and then download them all!

Files of any type can be found and downloaded. Any link with a valid file URL or download information will be scanned, and you can also find images and videos displayed in sites.
The resulting file list can be filtered to include or exclude files based on each URL, file name, or type.
Individual files can be downloaded on their own, or all the enabled files downlaoded at once.
Downloads can be automatically placed in a sub-folder of Chrome's downloads directory and given a custom name.


View on Github: github.com/brttd/multi-file-downloader                    

확장 프로그램 기본 정보

이름 Multi-File Downloader Multi-File Downloader
ID dpecplbkinpdbedgejddhepkgcppgchk
공식 URL https://chromewebstore.google.com/detail/multi-file-downloader/dpecplbkinpdbedgejddhepkgcppgchk
설명 Easily and quickly download multiple files from websites.
파일 크기 27.99 KB
설치 횟수 48,430
현재 버전 2.3
최근 업데이트 2019-09-08
출시 날짜 2019-09-07
평점 3.96/5 총 114 개의 평점
개발자 Brett Doyle
결제 유형 free
지원되는 언어 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Multi-File Downloader",
    "version": "2.3",
    "author": "Brett Doyle",
    "description": "Easily and quickly download multiple files from websites.",
    "permissions": [
        "downloads",
        "activeTab",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": {
            "19": "icon19.png",
            "38": "icon38.png"
        },
        "default_popup": "popup.html",
        "default_title": "Downloader"
    },
    "options_ui": {
        "chrome_style": false,
        "page": "options.html"
    },
    "icons": {
        "16": "icon16.png",
        "19": "icon19.png",
        "38": "icon38.png",
        "48": "icon48.png",
        "80": "icon80.png",
        "128": "icon128.png"
    }
}