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
Eメール [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"
            ]
        }
    ]
}