Bulk Image Downloader

Discover, explore, and retrieve all images from a webpage. Additionally, perform bulk downloads based on specified image filters.

什麼是Bulk Image Downloader?

Bulk Image Downloader是由frank.shockley開發的Chrome擴展程式,該擴展的主要功能是“Discover, explore, and retrieve all images from a webpage. Additionally, perform bulk downloads based on specified image filters.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Bulk Image Downloader擴展crx文件

下載Bulk Image Downloader擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        --- Features ---
- Filter based on pixel width and height
- Filter based on URL
- Bulk download all images at once
- Select which images you want to download
- Check the size of each image
- Copy the URL of the original image
- Choose between various layout options
- Support all major websites
- Perform a reverse image search

The Image Downloader is a utility designed to locate images featured on a webpage. It's crucial to recognize that these images might be safeguarded by copyright, and it's advisable to presume that they are. Prior to utilizing any image, it's essential to verify its license and the precise conditions for reuse. Always conduct thorough research on the copyright status of an image, illustration, or photograph before using it.                    

擴展基本資訊

名稱 Bulk Image Downloader Bulk Image Downloader
ID ehkllobjkjjlggbmkcjkbojhicefhnhg
官方網址 https://chromewebstore.google.com/detail/bulk-image-downloader/ehkllobjkjjlggbmkcjkbojhicefhnhg
簡介 Discover, explore, and retrieve all images from a webpage. Additionally, perform bulk downloads based on specified image filters.
檔案大小 142 KB
安裝次數 1,736
目前版本 2.2.1
更新時間 2024-01-22
上架時間 2023-12-11
評分 4.26/5 共 19 次評分
開發者 frank.shockley
電子郵箱 [email protected]
付費類型 free
擴展官網 https://freemp3downloads.online
說明頁面URL https://freemp3downloads.online/faq
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Discover, explore, and retrieve all images from a webpage. Additionally, perform bulk downloads based on specified image filters.",
    "version": "2.2.1",
    "manifest_version": 3,
    "name": "Bulk Image Downloader",
    "options_page": "options.html",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "images\/logo.png"
    },
    "icons": {
        "128": "images\/logo.png"
    },
    "permissions": [
        "activeTab",
        "scripting",
        "downloads",
        "declarativeNetRequest"
    ],
    "host_permissions": [
        ""
    ],
    "devtools_page": "devtools.html",
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "logo.png"
            ],
            "matches": []
        }
    ]
}