Quick Image Downloader

Browse and download all images from the page in one click

Quick Image Downloaderคืออะไร?

Quick Image Downloader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย techiewayz และคุณลักษณะหลักของมันคือ "Browse and download all images from the page in one click"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Quick Image Downloader

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

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

                        Quick Image downloader is a powerful tool that enables you to download all images from any Website, Google Images, Instagram, Pinterest and Facebook in one click. 

⭐Select what images you want to download
⭐Bulk download all images in once
⭐Filter the images by width and height
⭐Save to a subfolder
⭐Rename downloaded files
⭐Supports all formats (PNG, JPEG, SVG, WEBP)
⭐Use dedicated buttons to download or open individual images in new tabs                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Quick Image Downloader Quick Image Downloader
ID dnacfipibiklpncfinjhemjhogglbpep
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/quick-image-downloader/dnacfipibiklpncfinjhemjhogglbpep
คำอธิบาย Browse and download all images from the page in one click
ขนาดไฟล์ 298 KB
จำนวนการติดตั้ง 1,821
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2022-02-03
วันที่เผยแพร่ 2021-08-29
คะแนน 4.60/5 รวมทั้งหมด 10 คะแนน
ผู้พัฒนา techiewayz
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Quick Image Downloader",
    "description": "Browse and download all images from the page in one click",
    "version": "1.0.1",
    "minimum_chrome_version": "72",
    "manifest_version": 2,
    "icons": {
        "16": "\/images\/icon_16.png",
        "48": "\/images\/icon_64.png",
        "128": "\/images\/icon_128.png"
    },
    "browser_action": {
        "default_icon": "\/images\/icon_128.png",
        "default_popup": "\/src\/Popup\/index.html"
    },
    "background": {
        "persistent": true,
        "scripts": [
            "\/src\/background\/downloadImages.js",
            "\/src\/background\/handleUpdates.js"
        ]
    },
    "permissions": [
        "activeTab",
        "downloads",
        "webRequest",
        "webRequestBlocking",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}