ExpressIMG - Resize images from URL

A super fast image resizer that can resize images straight from the internet. No file download required!

ExpressIMG - Resize images from URL란 무엇입니까?

ExpressIMG - Resize images from URL은(는) katauskasdomas에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A super fast image resizer that can resize images straight from the internet. No file download required!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

ExpressIMG - Resize images from URL 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Quickly resize images directly from the website. Just paste the image url and select your desired dimensions. The file will be downloaded for you already resized so you don`t need to save the original image on your computer.

Supported formats: PNG, JPG, SVG.

NOTICE
You have to make sure that the image you are trying to resize is publicly accessible.

For support, email [email protected]                    

확장 프로그램 기본 정보

이름 ExpressIMG - Resize images from URL ExpressIMG - Resize images from URL
ID ifcoagfkdeikcbbadpgnngjhmjbghmce
공식 URL https://chromewebstore.google.com/detail/expressimg-resize-images/ifcoagfkdeikcbbadpgnngjhmjbghmce
설명 A super fast image resizer that can resize images straight from the internet. No file download required!
파일 크기 51.97 KB
설치 횟수 28
현재 버전 1.0
최근 업데이트 2021-12-20
출시 날짜 2021-12-16
개발자 katauskasdomas
이메일 [email protected]
결제 유형 in_app
지원되는 언어 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ExpressIMG - Resize images from URL",
    "description": "A super fast image resizer that can resize images straight from the internet. No file download required!",
    "version": "1.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "downloads",
        "downloads.open"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/logo_16.png",
            "32": "\/images\/logo_32.png",
            "48": "\/images\/logo_48.png",
            "128": "\/images\/logo_128.png"
        }
    },
    "icons": {
        "16": "\/images\/logo_16.png",
        "32": "\/images\/logo_32.png",
        "48": "\/images\/logo_48.png",
        "128": "\/images\/logo_128.png"
    },
    "host_permissions": [
        "https:\/\/resize-image-server.herokuapp.com\/"
    ]
}