Download Images

A powerful extension and you can customize it to save the selected image from the current tab page, on any web page.

What is Download Images?

Download Images is a Chrome extension developed by Free Software Apps, and its main feature is "A powerful extension and you can customize it to save the selected image from the current tab page, on any web page.".

Extension Screenshots

screenshot

Download Download Images Extension CRX File

Download Download Images extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        When you visit a favorite website, or a site you visit every day, you see images that you want to download to your computer. Using the right click menu and choosing each image to download takes your time and effort, so use our extension today, we will save you time with just one click.

Once you install our software, simply navigate to the website you wish to download images from.
Click on our extension icon and choose the download images option.
You can choose whether to download all the images on the website/certain images, its easy to customize our software.                    

Extension Basic Information

Name Download Images Download Images
ID affccikominfmpcchecefmibpdenookk
Official URL https://chromewebstore.google.com/detail/download-images/affccikominfmpcchecefmibpdenookk
Description A powerful extension and you can customize it to save the selected image from the current tab page, on any web page.
File Size 395 KB
Installation Count 5,483
Current Version 1.0.3
Last Updated 2020-10-09
Publish Date 2019-09-20
Rating 4.00/5 Total 9 Ratings
Developer Free Software Apps
Email [email protected]
Payment Type free
Supported Languages id,ms,de,en,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.0.3",
    "name": "__MSG_application_title__",
    "description": "__MSG_app_description__",
    "default_locale": "en",
    "permissions": [
        "storage",
        "activeTab",
        "",
        "downloads"
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "js\/welcome-goodbye.js",
            "js\/background.js",
            "js\/jszip.js",
            "js\/save-images.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "512": "data\/icons\/icon-512.png",
            "256": "data\/icons\/icon-256.png",
            "128": "data\/icons\/icon-128.png",
            "96": "data\/icons\/icon-96.png",
            "64": "data\/icons\/icon-64.png",
            "48": "data\/icons\/icon-48.png",
            "32": "data\/icons\/icon-32.png",
            "16": "data\/icons\/icon-16.png"
        }
    },
    "icons": {
        "512": "data\/icons\/icon-512.png",
        "256": "data\/icons\/icon-256.png",
        "128": "data\/icons\/icon-128.png",
        "96": "data\/icons\/icon-96.png",
        "64": "data\/icons\/icon-64.png",
        "48": "data\/icons\/icon-48.png",
        "32": "data\/icons\/icon-32.png",
        "16": "data\/icons\/icon-16.png"
    },
    "web_accessible_resources": [
        "data\/inject\/selector.html",
        "data\/ui\/index.html",
        "data\/gallery\/index.html"
    ],
    "homepage_url": "https:\/\/save-images.freebusinessapps.net",
    "options_ui": {
        "page": "data\/options\/index.html",
        "chrome_style": true
    }
}