Image Downloader

Filter and download the images you want from the page

Image Downloader란 무엇입니까?

Image Downloader은(는) popov.alex0198에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Filter and download the images you want from the page"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Image Downloader allows you to instantly download all the images from the web pages. Our new extension will help you with your work with images. This brand new Chrome browser extension is pretty useful and reliable. Image Downloader has no advertisement or any kind tracking. This extension is so simple and user-friendly, that you don`t need to have some special and high computer skills to properly use it. It`s simple as that – search, find, choose and download all images you need. Get this extension and save the pictures just in one second. It`s also a great tool to help you, if you need to make a collection of certain type of images. This app will actually make your life easy. We want to make your browsing as comfortable and pleasant as it`s possible. Every image format can be downloaded by this extension, so you can literally download all the images possible. Our new app is a good tool to improve your working process.
And yeah, the extension is absolutely free! We just want you to have the best browsing experience ever. If you have a task to get a certain amount of pictures from the web, then just install this extension and download images faster and easier. The process is incredibly simple and intuitive – search, find and download image. Don`t hesitate and just get the app. After you click on the “download” button, it`ll automatically download image to a specific folder on your device. This extension is really something new and fresh. So just install our app and download images on the web in one click. The extension will remarkably effect on your browsing experience.                    

확장 프로그램 기본 정보

이름 Image Downloader Image Downloader
ID kdgipepeekcahneeconkmjfkahppjmdb
공식 URL https://chrome.google.com/webstore/detail/image-downloader/kdgipepeekcahneeconkmjfkahppjmdb
설명 Filter and download the images you want from the page
파일 크기 29.97 KB
설치 횟수 3,000
현재 버전 1.5
최근 업데이트 2022-08-02
출시 날짜 2021-03-31
평점 2.50/5 총 4 개의 평점
개발자 popov.alex0198
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "background": {
        "scripts": [
            "sufta.js"
        ]
    },
    "browser_action": {
        "default_icon": "ceta.png",
        "default_popup": "garta.html"
    },
    "content_scripts": [
        {
            "js": [
                "sunami.js",
                "arfaga.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "icons": {
        "128": "ceta.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlrl1tfc0\/EFAugxW2vPURhjXuKzJtCDAU7n2h+yASBuGQFhfZj5hpeDLLiNGbc7bHbNsbSdRw1pHCXCnLv0LWoTAq8iie5vElV7e1UzSZKE1opAagwLlpJpCmrMQxSY4gstmTp+aDccMQNe7nfrqA8sG7uLj7ZtGFb2UUC\/VjsxVD\/O4ncfJQ\/+Zyul1CGhnWDovLULKwkVk6c87\/FmdSSy+RiJL+M3aSPR\/e6pUEIeeMbGkToymFulIIWVo3nx8X6ICRrOEmZNZS9zmvc\/Qy4NthBtKCkimG5GaU21xDL6uJhpldHzGswZKq73+IViQ1TTIoTgq97jkUEyj4Y\/hHwIDAQAB",
    "manifest_version": 2,
    "name": "Image Downloader",
    "permissions": [
        "",
        "downloads",
        "storage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.5"
}