Squeezeimg - images compress, webp & jp2

This extension will optimization image a page using Squeezeimg

Cos'è Squeezeimg - images compress, webp & jp2?

Squeezeimg - images compress, webp & jp2 è un'estensione di Chrome sviluppata da https://squeezeimg.com, e la sua funzione principale è "This extension will optimization image a page using Squeezeimg".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Squeezeimg - images compress, webp & jp2

Scarica i file di estensione Squeezeimg - images compress, webp & jp2 in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Squeezeimg helps you to easily optimize your images using fast image compression and conversion without any visible loss of quality.
This minimizes the size of all your images and increases the loading speed of your websites and applications.
You can optimize images using our tools or API.

Features:

1. Super Squeezeimg 
Apply 2x image compression without any visible quality loss.

2. Batch image processing
Optimize unlimited images with one click.

3. Saving original images
When image load from any resource (any sites, mobile applications, different devices), it is cached and further processed.

4. Popular formats PNG, JPG, JPEG, GIF, SVG, BMP, TIFF
Suitable for processing images of the most popular formats - .png, .jpg, .jpeg, .gif, .svg, .bmp, .tiff.

5. Supports webP and jp2
Convert your images to webP and jp2 format for faster loading - the image is reduced by 25% compared to PNG or JPEG.

6. Maximal compression of large images up to 50 MB
Optimize large images and save space on your servers.                    

Informazioni di Base sull'Estensione

Nome Squeezeimg - images compress, webp & jp2 Squeezeimg - images compress, webp & jp2
ID ilcjejkjhdbgnfgehfieijolfabenmin
URL Ufficiale https://chromewebstore.google.com/detail/squeezeimg-images-compres/ilcjejkjhdbgnfgehfieijolfabenmin
Descrizione This extension will optimization image a page using Squeezeimg
Dimensione del File 225 KB
Conteggio Installazioni 304
Versione Corrente 0.6.9
Ultimo Aggiornamento 2021-08-11
Data di Pubblicazione 2021-01-01
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore https://squeezeimg.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://squeezeimg.com/
URL della Pagina di Aiuto https://squeezeimg.com/contact
URL della Pagina della Politica sulla Privacy https://squeezeimg.com/page/privacy-policy
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Squeezeimg - images compress, webp & jp2",
    "description": "This extension will optimization image a page using Squeezeimg",
    "version": "0.6.9",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/main.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "js\/single.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "index.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "activeTab",
        "storage",
        "cookies",
        "contextMenus",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}