Image Downloader Plus

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

Image Downloader Plus란 무엇입니까?

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

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Search and Download all images from any web page or social sites.

With this Image Downloader you can find, browse and download all the images present in a web page. 

In Addition you can:

- filter based on pixel width and height
- filter based on url
- bulk download all images in once
- select what images you want to download
- check the size of each image
- copy the url of the original image
- choose between various layout options
- supporting all principal websites (Instagram, Facebook, Twitter, ...)

You can Download any images from any webpage.
Have Fun !
Image Downloader - Imageye Plus                    

확장 프로그램 기본 정보

이름 Image Downloader Plus Image Downloader Plus
ID akhaheoeinmfdnpgkfjjfijlkdcogfgd
공식 URL https://chrome.google.com/webstore/detail/image-downloader-plus/akhaheoeinmfdnpgkfjjfijlkdcogfgd
설명 Using image downloader, locate and download all of the images on a website.
파일 크기 129 KB
설치 횟수 1,412
현재 버전 3.1.1
최근 업데이트 2023-02-13
출시 날짜 2022-07-05
평점 5.00/5 총 18 개의 평점
개발자 Wizard_Pekka
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://sites.google.com/view/avengerprivacypolicy/home
지원되는 언어 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?popup"
    },
    "background": {
        "service_worker": "background.js"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+Y",
                "mac": "Command+Shift+Y"
            }
        }
    },
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        ""
    ],
    "icons": {
        "128": "data\/icons\/icon-128.png",
        "32": "data\/icons\/icon-32.png",
        "38": "data\/icons\/icon-38.png",
        "512": "data\/icons\/icon-512.png"
    },
    "manifest_version": 3,
    "name": "Image Downloader Plus",
    "permissions": [
        "activeTab",
        "downloads",
        "storage",
        "webRequest",
        "scripting",
        "declarativeNetRequest"
    ],
    "short_name": "image",
    "version": "3.1.1"
}