Image Resizing

Resize image in bulk. Rotate image. Export to app favicon, ...

什么是Image Resizing?

Image Resizing是由rakuhin.asia开发的Chrome扩展程序,该扩展的主要功能是“Resize image in bulk. Rotate image. Export to app favicon, ...”。

扩展截图

screenshot
screenshot
screenshot

下载Image Resizing扩展crx文件

下载Image Resizing扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Resize image in and output in bulk automatically.

■Input
Image resource: upload image

■Resize
Choose the Images' sizes to be downloaded (pixel x pixel):
+ custom (number) x custom (number)
+ 1024 x 1024
+ 512 x 512
+ 256 x 256
+ 128 x 128
+ 192 x 192
+ 64 x 64
+ 48 x 48
+ 32 x 32
+ 16 x 16

■Rotate
+ Gray
+ Rotate Left
+ Rotate Right
+ Flip Horizontally
+ Flip Vertically

■Export to app favicon
+ android-chrome-512x512.png
+ android-chrome-192x192.png
+ apple-touch-icon.png
+ favicon-32x32.png
+ favicon-16x16.png

■Download
Click on "Download" button to download

▼▼▼Please donate to my work▼▼▼
+ PayPal: https://www.paypal.me/rakujin
+ Ethereum: 0x0a0b017db9b5b306d219eb8e5f0f83d9235c9bc0                    

扩展基本信息

名称 Image Resizing Image Resizing
ID mabpkdnmcnncchnebpdojphjidabmnhk
官方URL https://chromewebstore.google.com/detail/image-resizing/mabpkdnmcnncchnebpdojphjidabmnhk
简介 Resize image in bulk. Rotate image. Export to app favicon, ...
文件大小 385 KB
安装次数 22
当前版本 0.0.5
更新时间 2024-01-14
上架时间 2022-09-02
评分 5.00/5 共1次评分
开发者 rakuhin.asia
电子邮箱 [email protected]
付费类型 free
扩展官网 https://mlightvn.github.io/#/
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Image Resizing",
    "description": "Resize image in bulk. Rotate image. Export to app favicon, ...",
    "version": "0.0.5",
    "manifest_version": 3,
    "icons": {
        "16": ".\/assets\/images\/logo\/logo_16.png",
        "48": ".\/assets\/images\/logo\/logo_48.png",
        "128": ".\/assets\/images\/logo\/logo_128.png",
        "192": ".\/assets\/images\/logo\/logo_192.png"
    },
    "action": {
        "default_icon": {
            "16": ".\/assets\/images\/logo\/logo_16.png",
            "48": ".\/assets\/images\/logo\/logo_48.png",
            "128": ".\/assets\/images\/logo\/logo_128.png",
            "192": ".\/assets\/images\/logo\/logo_192.png"
        },
        "default_popup": ".\/popup\/main.html",
        "default_title": "Image Resizing v0.0.5"
    }
}