Squeezeimg - images compress, webp & jp2

This extension will optimization image a page using Squeezeimg

Squeezeimg - images compress, webp & jp2คืออะไร?

Squeezeimg - images compress, webp & jp2 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://squeezeimg.com และคุณลักษณะหลักของมันคือ "This extension will optimization image a page using Squeezeimg"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Squeezeimg - images compress, webp & jp2

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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:\/\/*\/*"
    ]
}