Image Downloader

Using image downloader, locate and download all of the images on a website.

Image Downloader란 무엇입니까?

Image Downloader은(는) https://www.downloadhub.cloud에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Using image downloader, locate and download all of the images on a website."입니다.

확장 프로그램 스크린샷

screenshot

Image Downloader 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Introducing the Image Downloader browser extension, the perfect answer to all of your image downloading requirements. With just a few clicks, you can quickly and easily download and save images from any website using this robust and simple tool. Image Downloader has you covered whether you're browsing widely used image-sharing websites like Instagram, Pinterest, or Flickr or stock photo websites like Shutterstock or iStock.

[+] Features
1. The ability to download multiple images simultaneously in a batch.
2. One-Click Downloading: A button or context menu choice that enables one-click image downloads.
3. Options to change the image quality, file format, and download location are available in the settings menu.
4. Downloading of images in well-liked formats like JPG, PNG, and GIF is possible thanks to the support for multiple image formats.
5. Automatic Image Detection: Automatically recognises and highlights images on a website to make downloading them simpler.
6. User-Friendly Interface: An easy-to-use interface that streamlines and effectively downloads images.
7. Images can be downloaded in the background while visiting other websites thanks to background downloading.
8. Resuming Downloads: The ability to continue a broken down download.
9. Ability to download images from numerous websites, including well-known social media platforms, thanks to support for multiple websites.
10. Very lite and easy to use Extension.

Users can quickly and easily download images from websites with the help of an image downloader extension. The ability to download images with a single click is typically provided by these extensions, making it simpler to save images for reference or future use. Users may be able to download multiple images simultaneously thanks to the batch downloading feature of image downloader extensions.                    

확장 프로그램 기본 정보

이름 Image Downloader Image Downloader
ID gegcdhemdmmpekhhipjnpajccbbimele
공식 URL https://chromewebstore.google.com/detail/image-downloader/gegcdhemdmmpekhhipjnpajccbbimele
설명 Using image downloader, locate and download all of the images on a website.
파일 크기 248 KB
설치 횟수 2,413
현재 버전 3.1.3
최근 업데이트 2023-06-18
출시 날짜 2023-02-07
평점 5.00/5 총 19 개의 평점
개발자 https://www.downloadhub.cloud
이메일 [email protected]
결제 유형 free
도움말 페이지 URL https://www.downloadhub.cloud/2023/02/downloader.html
개인정보 보호 정책 페이지 URL https://www.downloadhub.cloud/p/privacy-policy.html
지원되는 언어 en,en-GB,en-US,es,pt-BR,ru,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": {
            "128": "data\/icons\/icon-128.png",
            "32": "data\/icons\/icon-32.png",
            "38": "data\/icons\/icon-38.png",
            "512": "data\/icons\/icon-512.png"
        },
        "default_popup": "data\/interface\/index.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "homepage_url": "https:\/\/www.downloadhub.cloud\/2023\/02\/downloader.html",
    "default_locale": "en",
    "description": "__MSG_applicationDescription__",
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "icons": {
        "128": "data\/icons\/icon-128.png",
        "32": "data\/icons\/icon-32.png",
        "38": "data\/icons\/icon-38.png",
        "64": "data\/icons\/icon-64.png",
        "512": "data\/icons\/icon-512.png"
    },
    "manifest_version": 3,
    "name": "__MSG_applicationName__",
    "permissions": [
        "activeTab",
        "downloads",
        "storage",
        "webRequest",
        "scripting",
        "declarativeNetRequest"
    ],
    "short_name": "image",
    "version": "3.1.3",
    "web_accessible_resources": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "resources": [
                "data\/icons\/*.png"
            ]
        }
    ]
}