Squeezeimg - images compress, webp & jp2

This extension will optimization image a page using Squeezeimg

Squeezeimg - images compress, webp & jp2とは何ですか?

Squeezeimg - images compress, webp & jp2はhttps://squeezeimg.comによって開発されたChromeの拡張機能で、その主な機能は「This extension will optimization image a page using Squeezeimg」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Squeezeimg - images compress, webp & jp2拡張機能のCRXファイルをダウンロード

Squeezeimg - images compress, webp & jp2拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Squeezeimg - images compress, webp & jp2 Squeezeimg - images compress, webp & jp2
ID ilcjejkjhdbgnfgehfieijolfabenmin
公式URL https://chromewebstore.google.com/detail/squeezeimg-images-compres/ilcjejkjhdbgnfgehfieijolfabenmin
説明 This extension will optimization image a page using Squeezeimg
ファイルサイズ 225 KB
インストール数 304
現在のバージョン 0.6.9
最終更新日 2021-08-11
公開日 2021-01-01
評価 5.00/5 合計 2 レビュー
開発者 https://squeezeimg.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://squeezeimg.com/
ヘルプページのURL https://squeezeimg.com/contact
プライバシーポリシーページのURL https://squeezeimg.com/page/privacy-policy
対応言語 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:\/\/*\/*"
    ]
}