Image resizer free

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

Apa itu Image resizer free?

Image resizer free adalah ekstensi Chrome yang dikembangkan oleh https://image-resizer.pro, dan fitur utamanya adalah "Use image resizer app to resize PNG, JPG, JPEG, and WebP formats without losing quality for free.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Image resizer free

Unduh file ekstensi Image resizer free dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        🌟 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]                    

Informasi Dasar Ekstensi

Nama Image resizer free Image resizer free
ID jboknhidoebdnijdmpekpeindflbogba
URL Resmi https://chromewebstore.google.com/detail/image-resizer-free/jboknhidoebdnijdmpekpeindflbogba
Deskripsi Use image resizer app to resize PNG, JPG, JPEG, and WebP formats without losing quality for free.
Ukuran File 525 KB
Jumlah Instalasi 150
Versi Saat Ini 1.0.6
Terakhir Diperbarui 2024-02-04
Tanggal Publikasi 2024-01-09
Penilaian 5.00/5 Total 5 Penilaian
Pengembang https://image-resizer.pro
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.image-resizer.pro
URL Halaman Bantuan https://www.image-resizer.pro/contact-us
URL Halaman Kebijakan Privasi https://docs.google.com/document/d/1eYzHgt2fH8OTBiJe3PZM2CtaI8bnBEPCNZTQmOThfhY/edit?usp=sharing
Bahasa yang Didukung 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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}