Image Resizer

Resize or crop any image from any website or upload and resize your own image

Image Resizerคืออะไร?

Image Resizer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://image-size.pdfwork.com และคุณลักษณะหลักของมันคือ "Resize or crop any image from any website or upload and resize your own image"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Image Resizer

ดาวน์โหลดไฟล์ส่วนขยาย Image Resizer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Want to resize images quickly before you download the images off the Internet?

You can do so today when you install our online image resizer software.

1) Our software allows you to find the exact size and dimensions of any image on the webpage.

2) If you need to resize this image, you can do so by clicking on our extension icon.

3) Once you have finished resizing the image, you can download the image with the new height & width dimensions and use it for your needs.

This software is very useful if you need to find images on the Internet and resize them for your own presentations/brochures.
You can crop the image and just choose the specific area of the image you need. Try this free image resizer software today. This is a simple image resizer software.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Image Resizer Image Resizer
ID olmndgcpdonjljapfdcgfhlilmdhgdil
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/image-resizer/olmndgcpdonjljapfdcgfhlilmdhgdil
คำอธิบาย Resize or crop any image from any website or upload and resize your own image
ขนาดไฟล์ 802 KB
จำนวนการติดตั้ง 881
เวอร์ชันปัจจุบัน 3.0.2
อัปเดตครั้งล่าสุด 2023-05-30
วันที่เผยแพร่ 2023-05-30
คะแนน 4.00/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา https://image-size.pdfwork.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://image-size.pdfwork.com/
URL หน้านโยบายความเป็นส่วนตัว https://image-size.pdfwork.com/privacy-policy
ภาษาที่รองรับ id,ms,de,en,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "short_name": "__MSG_extShortName__",
    "description": "__MSG_extDescription__",
    "version": "3.0.2",
    "homepage_url": "http:\/\/image-size.pdfwork.com\/",
    "default_locale": "en",
    "action": {
        "default_popup": "\/ui\/menu.html",
        "default_title": "__MSG_extName__",
        "default_icon": {
            "128": "icons\/128-on.png"
        }
    },
    "icons": {
        "16": "icons\/16x16.png",
        "19": "icons\/19x19.png",
        "24": "icons\/24x24.png",
        "32": "icons\/32x32.png",
        "64": "icons\/64x64.png",
        "128": "icons\/128x128.png"
    },
    "background": {
        "service_worker": "\/js\/background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "\/icons\/button-icon.png",
                "\/ui\/index.html"
            ],
            "matches": [
                ""
            ],
            "extension_ids": []
        }
    ],
    "permissions": [
        "activeTab",
        "contextMenus",
        "storage",
        "tabs",
        "scripting"
    ]
}