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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
            ]
        }
    ]
}