Image resizer free

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

O que é Image resizer free?

Image resizer free é uma extensão do Chrome desenvolvida por https://image-resizer.pro, e sua principal característica é "Use image resizer app to resize PNG, JPG, JPEG, and WebP formats without losing quality for free.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Image resizer free

Baixe arquivos de extensão Image resizer free no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome Image resizer free Image resizer free
ID jboknhidoebdnijdmpekpeindflbogba
URL Oficial https://chromewebstore.google.com/detail/image-resizer-free/jboknhidoebdnijdmpekpeindflbogba
Descrição Use image resizer app to resize PNG, JPG, JPEG, and WebP formats without losing quality for free.
Tamanho do Arquivo 525 KB
Contagem de Instalações 150
Versão Atual 1.0.6
Última Atualização 2024-02-04
Data de Publicação 2024-01-09
Classificação 5.00/5 Total de 5 Avaliações
Desenvolvedor https://image-resizer.pro
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.image-resizer.pro
URL da Página de Ajuda https://www.image-resizer.pro/contact-us
URL da Página de Política de Privacidade https://docs.google.com/document/d/1eYzHgt2fH8OTBiJe3PZM2CtaI8bnBEPCNZTQmOThfhY/edit?usp=sharing
Idiomas Suportados 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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}