Image Compressor

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

Hvad er Image Compressor?

Image Compressor er en Chrome-udvidelse udviklet af Marco Giannini, og dens hovedfunktion er "Download compressed image directly from the current tab just with a right click! :)".

Udvidelsesskærmbilleder

screenshot

Download Image Compressor-udvidelses-CRX-fil

Download Image Compressor-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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!                    

Grundlæggende oplysninger om udvidelsen

Navn Image Compressor Image Compressor
ID jellomkphijifcoeoefbniimkdehcjfl
Officiel URL https://chromewebstore.google.com/detail/image-compressor/jellomkphijifcoeoefbniimkdehcjfl
Beskrivelse Download compressed image directly from the current tab just with a right click! :)
Filstørrelse 45.44 KB
Antal Installationer 1,016
Nuværende Version 1.0.1
Senest Opdateret 2017-03-12
Udgivelsesdato 2017-03-12
Bedømmelse 3.24/5 Samlet 17 Bedømmelser
Udvikler Marco Giannini
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
            ]
        }
    ]
}