Simple image resizer

Resize an image to different sizes consecutively.

What is Simple image resizer?

Simple image resizer is a Chrome extension developed by Y2NR, and its main feature is "Resize an image to different sizes consecutively.".

Extension Screenshots

screenshot
screenshot

Download Simple image resizer Extension CRX File

Download Simple image resizer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Resize an image file to multiple resolutions with one click.

-Usage
Select of drop a file into the window.
Input longer side sizes.
Click Create New Images.

Jpeg/png files are supported.                    

Extension Basic Information

Name Simple image resizer Simple image resizer
ID hmpnebihandoebkjgnmheinclppofppa
Official URL https://chromewebstore.google.com/detail/simple-image-resizer/hmpnebihandoebkjgnmheinclppofppa
Description Resize an image to different sizes consecutively.
File Size 14.76 KB
Installation Count 179
Current Version 0.5.0
Last Updated 2020-09-08
Publish Date 2020-09-08
Developer Y2NR
Email [email protected]
Payment Type free
Extension Website https://twitter.com/Y2NR1
Supported Languages en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_ext_name__",
    "version": "0.5.0",
    "manifest_version": 2,
    "description": "__MSG_ext_desc__",
    "default_locale": "en",
    "permissions": [
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "images\/Simple Image Resizer icon_16.png",
        "48": "images\/Simple Image Resizer icon_48.png",
        "128": "images\/Simple Image Resizer icon_128.png"
    },
    "browser_action": {
        "default_icon": "images\/Simple Image Resizer icon_32.png",
        "default_title": "Simple Image Resizer ",
        "default_popup": "popup.html"
    }
}