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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}