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