Bulk Image Downloader

Simple bulk image download extension, filter by resolution and file type, download photos from multiple tabs in one click.

Bulk Image Downloaderคืออะไร?

Bulk Image Downloader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://tigerlovefish.com และคุณลักษณะหลักของมันคือ "Simple bulk image download extension, filter by resolution and file type, download photos from multiple tabs in one click."

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

screenshot
screenshot

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

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

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

                        Simple bulk image download extension, filter by resolution and file type, download photos from multiple tabs in one click.

If you need to bulk download images from one or multiple web pages, with this extension you can:
✔ Support bulk download images from multiple tabs, you can choose: all tabs, current tab, left of current tab, right of current tab.
✔ See images that the page contains and links to
✔ Filter the images by width, height and type
✔ Sort the images by resolution or tab index
✔ Download the selected images to local folder
✔ Adds a right-click direct download item for images, like Safari.

When you press the "Download" button, all selected images are saved to the default download directory of Chrome.

Versions:
1.0.5
1.Fixed "Right of current tab" menu error

1.0.3
1. The picture is selected by default
2. Image filtering rules are automatically saved                    

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

ชื่อ Bulk Image Downloader Bulk Image Downloader
ID lamfengpphafgjdgacmmnpakdphmjlji
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/bulk-image-downloader/lamfengpphafgjdgacmmnpakdphmjlji
คำอธิบาย Simple bulk image download extension, filter by resolution and file type, download photos from multiple tabs in one click.
ขนาดไฟล์ 247 KB
จำนวนการติดตั้ง 56,194
เวอร์ชันปัจจุบัน 1.0.5
อัปเดตครั้งล่าสุด 2022-11-23
วันที่เผยแพร่ 2020-11-25
คะแนน 3.74/5 รวมทั้งหมด 264 คะแนน
ผู้พัฒนา https://tigerlovefish.com
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ id,ms,de,en,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,bn,gu,ta,te,kn-IN,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "version": "1.0.5",
    "default_locale": "en",
    "icons": {
        "128": "images\/icon128.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "64": "images\/icon64.png"
    },
    "background": {
        "service_worker": "\/background.js"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "\/hotkeys.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "action": {
        "default_icon": "images\/icon19.png",
        "default_title": "__MSG_name__",
        "name": "__MSG_name__",
        "default_popup": "popup.html"
    },
    "permissions": [
        "downloads",
        "storage",
        "contextMenus",
        "tabs",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "homepage_url": "https:\/\/tigerlovefish.com"
}