Image Downloader

Downlosad image in just a click.

What is Image Downloader?

Image Downloader is a Chrome extension developed by Anand Sudhanaboina, and its main feature is "Downlosad image in just a click.".

Extension Screenshots

screenshot
screenshot

Download Image Downloader Extension CRX File

Download Image Downloader 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

                        Download any image from google chrome in just one click.

Note : If your are using incognito mode in chrome. You have to explicitly enable this extension to work with incognito mode in Settings->Extensions of your chrome.                    

Extension Basic Information

Name Image Downloader Image Downloader
ID bopfjfpkjbnoohilihgfjahdkfhnjaig
Official URL https://chrome.google.com/webstore/detail/image-downloader/bopfjfpkjbnoohilihgfjahdkfhnjaig
Description Downlosad image in just a click.
File Size 28.6 KB
Installation Count 3,486
Current Version 1.1.0
Last Updated 2020-07-02
Publish Date 2020-07-02
Rating 3.71/5 Total 17 Ratings
Developer Anand Sudhanaboina
Email [email protected]
Payment Type free
Help Page URL https://github.com/anands/misc
Supported Languages en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Image Downloader",
    "short_name": "Image Downloader",
    "version": "1.1.0",
    "manifest_version": 2,
    "description": "Downlosad image in just a click.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "downloads",
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}