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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย katauskasdomas และคุณลักษณะหลักของมันคือ "A super fast image resizer that can resize images straight from the internet. No file download required!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ExpressIMG - Resize images from URL

ดาวน์โหลดไฟล์ส่วนขยาย 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\/"
    ]
}