Simple image resizer

Resize an image to different sizes consecutively.

Simple image resizer란 무엇입니까?

Simple image resizer은(는) Y2NR에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Resize an image to different sizes consecutively."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Simple image resizer 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Simple image resizer Simple image resizer
ID hmpnebihandoebkjgnmheinclppofppa
공식 URL https://chromewebstore.google.com/detail/simple-image-resizer/hmpnebihandoebkjgnmheinclppofppa
설명 Resize an image to different sizes consecutively.
파일 크기 14.76 KB
설치 횟수 179
현재 버전 0.5.0
최근 업데이트 2020-09-08
출시 날짜 2020-09-08
개발자 Y2NR
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://twitter.com/Y2NR1
지원되는 언어 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"
    }
}