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文件

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

扩展使用说明

                        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\/"
    ]
}