Image Downloader

Easy to use and powerful image downloader for your browser

Image Downloader란 무엇입니까?

Image Downloader은(는) Karl에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Easy to use and powerful image downloader for your browser"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Image Downloader is an addon for your browser that enables you to download all images within a webpage with just one click.

Simply browse to a webpage and then wait for the images to completely load, then click on the toolbar button to open the app UI. Once the app is open, it starts to process the page in order to find all images.

You can now click on a single image to download or click on the - Select All - button to select and download all images at once. Alternatively, you can select a single image to download. There are several settings to adjust in the app. For example, you can set the minimum and maximum image size, or even the type of the image to capture.

If you right-click on the toolbar button, you can set the app to open in toolbar popup instead of a new tab. Please note that default option is opening in a new tab.

Please read FAQ (http://eccorem.com/apps/image-downloader.html) page for this addon to get more info on how to work with this addon.                    

확장 프로그램 기본 정보

이름 Image Downloader Image Downloader
ID dheemnnkahegifficiphgacgjfmigjec
공식 URL https://chromewebstore.google.com/detail/image-downloader/dheemnnkahegifficiphgacgjfmigjec
설명 Easy to use and powerful image downloader for your browser
파일 크기 105 KB
설치 횟수 7,706
현재 버전 0.1.1
최근 업데이트 2018-09-29
출시 날짜 2018-09-29
평점 4.06/5 총 18 개의 평점
개발자 Karl
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://eccorem.com/apps/image-downloader.html
도움말 페이지 URL http://eccorem.com/apps/image-downloader.html
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.1",
    "manifest_version": 2,
    "default_locale": "en",
    "short_name": "image-downloader",
    "name": "__MSG_chrome_extension_name__",
    "description": "__MSG_chrome_extension_description__",
    "homepage_url": "http:\/\/eccorem.com\/apps\/image-downloader.html",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "storage",
        "tabs",
        "notifications",
        "contextMenus",
        ""
    ],
    "browser_action": {
        "default_icon": "data\/icons\/16.png",
        "default_title": "__MSG_browser_action_title__"
    },
    "icons": {
        "16": "data\/icons\/16.png",
        "18": "data\/icons\/18.png",
        "19": "data\/icons\/19.png",
        "24": "data\/icons\/24.png",
        "32": "data\/icons\/32.png",
        "36": "data\/icons\/36.png",
        "38": "data\/icons\/38.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png"
    }
}