Image Downloader - Image Eye

Search and Download all images on a web page.

Image Downloader - Image Eye란 무엇입니까?

Image Downloader - Image Eye은(는) PerrkLex_Dogg에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Search and Download all images on a web page."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Search and Download all images on a web page.

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, etc...)

You can Download any websites images....!                    

확장 프로그램 기본 정보

이름 Image Downloader - Image Eye Image Downloader - Image Eye
ID khklnbndokpbhebbienfbmihjccogifa
공식 URL https://chrome.google.com/webstore/detail/image-downloader-image-ey/khklnbndokpbhebbienfbmihjccogifa
설명 Search and Download all images on a web page.
파일 크기 1.17 MB
설치 횟수 2,717
현재 버전 3.0.1
최근 업데이트 2022-08-30
출시 날짜 2022-06-16
평점 4.81/5 총 21 개의 평점
개발자 PerrkLex_Dogg
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://sites.google.com/view/perklen/privacy
지원되는 언어 id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]",
            "strict_min_version": "53.0"
        }
    },
    "manifest_version": 3,
    "name": "Image Downloader - Image Eye",
    "short_name": "imageyeplus",
    "description": "Search and Download all images on a web page.",
    "default_locale": "en",
    "version": "3.0.1",
    "action": {
        "default_icon": "imageyeplus128.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "downloads",
        "storage",
        "webRequest",
        "scripting",
        "declarativeNetRequest"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        ""
    ],
    "background": {
        "service_worker": "fixR.js"
    },
    "icons": {
        "128": "imageyeplus128.png"
    }
}