Image resizer free

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

Что такое Image resizer free?

Image resizer free - это расширение Chrome, разработанное https://image-resizer.pro, и его основная функция - "Use image resizer app to resize PNG, JPG, JPEG, and WebP formats without losing quality for free.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Image resizer free

Скачайте файлы расширений Image resizer free в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

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

Основная информация о расширении

Название Image resizer free Image resizer free
ID jboknhidoebdnijdmpekpeindflbogba
Официальный URL https://chromewebstore.google.com/detail/image-resizer-free/jboknhidoebdnijdmpekpeindflbogba
Описание Use image resizer app to resize PNG, JPG, JPEG, and WebP formats without losing quality for free.
Размер файла 525 KB
Количество установок 150
Текущая Версия 1.0.6
Последнее Обновление 2024-02-04
Дата публикации 2024-01-09
Рейтинг 5.00/5 Всего 5 оценок
Разработчик https://image-resizer.pro
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://www.image-resizer.pro
URL страницы помощи https://www.image-resizer.pro/contact-us
URL страницы политики конфиденциальности https://docs.google.com/document/d/1eYzHgt2fH8OTBiJe3PZM2CtaI8bnBEPCNZTQmOThfhY/edit?usp=sharing
Поддерживаемые языки 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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}