Image Compressor

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

什么是Image Compressor?

Image Compressor是由Marco Giannini开发的Chrome扩展程序,该扩展的主要功能是“Download compressed image directly from the current tab just with a right click! :)”。

扩展截图

screenshot

下载Image Compressor扩展crx文件

下载Image Compressor扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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!                    

扩展基本信息

名称 Image Compressor Image Compressor
ID jellomkphijifcoeoefbniimkdehcjfl
官方URL https://chromewebstore.google.com/detail/image-compressor/jellomkphijifcoeoefbniimkdehcjfl
简介 Download compressed image directly from the current tab just with a right click! :)
文件大小 45.44 KB
安装次数 1,016
当前版本 1.0.1
更新时间 2017-03-12
上架时间 2017-03-12
评分 3.24/5 共17次评分
开发者 Marco Giannini
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
            ]
        }
    ]
}