Image Compressor

Download compressed image directly from the current tab just with a right click! :)

What is Image Compressor?

Image Compressor is a Chrome extension developed by Marco Giannini, and its main feature is "Download compressed image directly from the current tab just with a right click! :)".

Extension Screenshots

screenshot

Download Image Compressor Extension CRX File

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

                        This light extension let you download with just two click a compressed version of your favourite image. 
This is wonderful for make your website load faster than ever! 

For download an image:
1) just bring your mouse over the image you want to download and... right click!
2) Bum! That's it! You can see "Download compressed version". Click it and wait 5 or 6 seconds!

CHANGELOG:
1.0.1 CHANGE ALERT BEFORE START THE DOWNLOAD OF THE COMPRESSED IMAGE.
1.0.0 GO LIVE!                    

Extension Basic Information

Name Image Compressor Image Compressor
ID jellomkphijifcoeoefbniimkdehcjfl
Official URL https://chromewebstore.google.com/detail/image-compressor/jellomkphijifcoeoefbniimkdehcjfl
Description Download compressed image directly from the current tab just with a right click! :)
File Size 45.44 KB
Installation Count 1,016
Current Version 1.0.1
Last Updated 2017-03-12
Publish Date 2017-03-12
Rating 3.24/5 Total 17 Ratings
Developer Marco Giannini
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Image Compressor",
    "version": "1.0.1",
    "manifest_version": 2,
    "description": "Download compressed image directly from the current tab just with a right click! :)",
    "icons": {
        "16": "img\/x16.png",
        "48": "img\/x48.png",
        "128": "img\/x128.png"
    },
    "permissions": [
        "downloads",
        "contextMenus"
    ],
    "background": {
        "persistent": false,
        "page": "background.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/jquery.js",
                "js\/main.js"
            ],
            "css": [
                "css\/main.css"
            ]
        }
    ]
}