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文件

下載Image Downloader擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
}