Image resizer free

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

Co to jest Image resizer free?

Image resizer free to rozszerzenie Chrome opracowane przez https://image-resizer.pro, a jego główną funkcją jest „Use image resizer app to resize PNG, JPG, JPEG, and WebP formats without losing quality for free.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Image resizer free

Pobierz pliki rozszerzeń Image resizer free w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Image resizer free Image resizer free
ID jboknhidoebdnijdmpekpeindflbogba
Oficjalny URL https://chromewebstore.google.com/detail/image-resizer-free/jboknhidoebdnijdmpekpeindflbogba
Opis Use image resizer app to resize PNG, JPG, JPEG, and WebP formats without losing quality for free.
Rozmiar pliku 525 KB
Liczba instalacji 150
Aktualna Wersja 1.0.6
Ostatnia Aktualizacja 2024-02-04
Data Publikacji 2024-01-09
Ocena 5.00/5 Łącznie 5 Oceny
Deweloper https://image-resizer.pro
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.image-resizer.pro
Adres URL Strony Pomocy https://www.image-resizer.pro/contact-us
Adres URL Strony Polityki Prywatności https://docs.google.com/document/d/1eYzHgt2fH8OTBiJe3PZM2CtaI8bnBEPCNZTQmOThfhY/edit?usp=sharing
Obsługiwane Języki 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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}