Image Compressor

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

Image Compressor क्या है?

Image Compressor Marco Giannini द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Download compressed image directly from the current tab just with a right click! :)"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Image Compressor एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
            ]
        }
    ]
}