Image Compressor

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

Image Compressorคืออะไร?

Image Compressor เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Marco Giannini และคุณลักษณะหลักของมันคือ "Download compressed image directly from the current tab just with a right click! :)"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Image Compressor

ดาวน์โหลดไฟล์ส่วนขยาย Image Compressor ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Image Compressor Image Compressor
ID jellomkphijifcoeoefbniimkdehcjfl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/image-compressor/jellomkphijifcoeoefbniimkdehcjfl
คำอธิบาย Download compressed image directly from the current tab just with a right click! :)
ขนาดไฟล์ 45.44 KB
จำนวนการติดตั้ง 1,016
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2017-03-12
วันที่เผยแพร่ 2017-03-12
คะแนน 3.24/5 รวมทั้งหมด 17 คะแนน
ผู้พัฒนา Marco Giannini
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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"
            ]
        }
    ]
}