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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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:\/\/*\/*"
    ]
}