Image Resizing

Resize image in bulk. Rotate image. Export to app favicon, ...

Image Resizingคืออะไร?

Image Resizing เป็นส่วนขยายของ Chrome ที่พัฒนาโดย rakuhin.asia และคุณลักษณะหลักของมันคือ "Resize image in bulk. Rotate image. Export to app favicon, ..."

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

screenshot
screenshot
screenshot

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

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

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

                        Resize image in and output in bulk automatically.

■Input
Image resource: upload image

■Resize
Choose the Images' sizes to be downloaded (pixel x pixel):
+ custom (number) x custom (number)
+ 1024 x 1024
+ 512 x 512
+ 256 x 256
+ 128 x 128
+ 192 x 192
+ 64 x 64
+ 48 x 48
+ 32 x 32
+ 16 x 16

■Rotate
+ Gray
+ Rotate Left
+ Rotate Right
+ Flip Horizontally
+ Flip Vertically

■Export to app favicon
+ android-chrome-512x512.png
+ android-chrome-192x192.png
+ apple-touch-icon.png
+ favicon-32x32.png
+ favicon-16x16.png

■Download
Click on "Download" button to download

▼▼▼Please donate to my work▼▼▼
+ PayPal: https://www.paypal.me/rakujin
+ Ethereum: 0x0a0b017db9b5b306d219eb8e5f0f83d9235c9bc0                    

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

ชื่อ Image Resizing Image Resizing
ID mabpkdnmcnncchnebpdojphjidabmnhk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/image-resizing/mabpkdnmcnncchnebpdojphjidabmnhk
คำอธิบาย Resize image in bulk. Rotate image. Export to app favicon, ...
ขนาดไฟล์ 385 KB
จำนวนการติดตั้ง 22
เวอร์ชันปัจจุบัน 0.0.5
อัปเดตครั้งล่าสุด 2024-01-14
วันที่เผยแพร่ 2022-09-02
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา rakuhin.asia
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://mlightvn.github.io/#/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Image Resizing",
    "description": "Resize image in bulk. Rotate image. Export to app favicon, ...",
    "version": "0.0.5",
    "manifest_version": 3,
    "icons": {
        "16": ".\/assets\/images\/logo\/logo_16.png",
        "48": ".\/assets\/images\/logo\/logo_48.png",
        "128": ".\/assets\/images\/logo\/logo_128.png",
        "192": ".\/assets\/images\/logo\/logo_192.png"
    },
    "action": {
        "default_icon": {
            "16": ".\/assets\/images\/logo\/logo_16.png",
            "48": ".\/assets\/images\/logo\/logo_48.png",
            "128": ".\/assets\/images\/logo\/logo_128.png",
            "192": ".\/assets\/images\/logo\/logo_192.png"
        },
        "default_popup": ".\/popup\/main.html",
        "default_title": "Image Resizing v0.0.5"
    }
}