Image resizer free

Use image resizer app to resize PNG, JPG, JPEG, and WebP formats without losing quality for free.

Cos'è Image resizer free?

Image resizer free è un'estensione di Chrome sviluppata da https://image-resizer.pro, e la sua funzione principale è "Use image resizer app to resize PNG, JPG, JPEG, and WebP formats without losing quality for free.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Image resizer free

Scarica i file di estensione Image resizer free in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        🌟 Seamless Integration into Your Workflow. Image Resizer seamlessly integrates into your Chrome browser, offering a hassle-free experience. No need to switch between tabs or download additional software. With just a click, access Image Resizer and optimize your images on the go.

💡 Why Choose Image Resizer?
🔺 High quality. Ensures top-notch photo quality even after resizing.
🔺 Super fast. Instant photo resizing for time efficiency.
🔺 Simple image resizer with user-friendly interface.
🔺 Offline access. No need for an internet connection, use it anytime, anywhere.
🔺 Resize image for free. Completely free service with no hidden costs.

🔝 Elevated user experience
➤ Intuitive interface for seamless navigation.
➤ Ensured security and confidentiality in communications.
➤ Swift and efficient access to all features.

👥 Community-Driven Growth
① Ongoing feature enhancements inspired by user feedback.
② Actively engaging with the community for continuous improvement.
③ Dedicated to innovation and user-centric development.

🌍 Cultural and Linguistic Assistance
🌐 Numerals tailored to local languages and dialects.
🌐 Cultural considerations for a personalized experience.
🌐 Multilingual user support to assist a global audience.

📑 Transparent Usage Policies
♦️ Concise guidelines for the proper use of temporary numbers.
♦️ Dedicated to transparency in all our operations.
♦️ Expanded FAQ section addressing a broader range of user queries.

🖼️ How to resize an image? 
1. Install the extension.
2. Upload photo in formats: png, jpg, jpeg, webp.
3. Specify the needed photo dimensions.
4. Download the resized photo in just one click.

🧐 FAQs about the extension

💸 Is this service really free?
🔹 Absolutely! It's completely free with no hidden fees.
🔹 Enjoy our photo resizer at no cost to you.

🔄 What photo formats can I use?
🔹 Our extension allows uploading photo in the following formats:
❗️ PNG. You can easily resize png image.
❗️ JPG, JPEG. Resize jpeg image in just one click.
❗️ WEBP 

⏳ Do you have bulk photo resizing?
🔹 Currently - no, but the feature is in the near future plans.

📪 Contact us: Any questions or suggestions? Please contact us at 💌 [email protected]                    

Informazioni di Base sull'Estensione

Nome Image resizer free Image resizer free
ID jboknhidoebdnijdmpekpeindflbogba
URL Ufficiale https://chromewebstore.google.com/detail/image-resizer-free/jboknhidoebdnijdmpekpeindflbogba
Descrizione Use image resizer app to resize PNG, JPG, JPEG, and WebP formats without losing quality for free.
Dimensione del File 525 KB
Conteggio Installazioni 150
Versione Corrente 1.0.6
Ultimo Aggiornamento 2024-02-04
Data di Pubblicazione 2024-01-09
Valutazione 5.00/5 Totale 5 Valutazioni
Sviluppatore https://image-resizer.pro
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.image-resizer.pro
URL della Pagina di Aiuto https://www.image-resizer.pro/contact-us
URL della Pagina della Politica sulla Privacy https://docs.google.com/document/d/1eYzHgt2fH8OTBiJe3PZM2CtaI8bnBEPCNZTQmOThfhY/edit?usp=sharing
Lingue Supportate id,ms,de,en,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "default_locale": "en",
    "name": "__MSG_appName__",
    "version": "1.0.6",
    "description": "__MSG_appDesc__",
    "permissions": [
        "contextMenus"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "service_worker": "src\/pages\/background\/index.js",
        "type": "module"
    },
    "action": {
        "default_icon": "32.png"
    },
    "icons": {
        "32": "32.png",
        "48": "48.png",
        "64": "64.png",
        "128": "128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "src\/pages\/content\/index.js"
            ],
            "css": []
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/js\/*.js",
                "assets\/css\/*.css",
                "assets\/svg\/*.svg",
                "icon.svg"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}