Multi-File Downloader

Easily and quickly download multiple files from websites.

Multi-File Downloaderคืออะไร?

Multi-File Downloader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Brett Doyle และคุณลักษณะหลักของมันคือ "Easily and quickly download multiple files from websites."

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Multi-File Downloader

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

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

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