Simple image resizer

Resize an image to different sizes consecutively.

Simple image resizerคืออะไร?

Simple image resizer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Y2NR และคุณลักษณะหลักของมันคือ "Resize an image to different sizes consecutively."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Simple image resizer

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

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

                        Resize an image file to multiple resolutions with one click.

-Usage
Select of drop a file into the window.
Input longer side sizes.
Click Create New Images.

Jpeg/png files are supported.                    

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

ชื่อ Simple image resizer Simple image resizer
ID hmpnebihandoebkjgnmheinclppofppa
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/simple-image-resizer/hmpnebihandoebkjgnmheinclppofppa
คำอธิบาย Resize an image to different sizes consecutively.
ขนาดไฟล์ 14.76 KB
จำนวนการติดตั้ง 179
เวอร์ชันปัจจุบัน 0.5.0
อัปเดตครั้งล่าสุด 2020-09-08
วันที่เผยแพร่ 2020-09-08
ผู้พัฒนา Y2NR
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://twitter.com/Y2NR1
ภาษาที่รองรับ en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_ext_name__",
    "version": "0.5.0",
    "manifest_version": 2,
    "description": "__MSG_ext_desc__",
    "default_locale": "en",
    "permissions": [
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "images\/Simple Image Resizer icon_16.png",
        "48": "images\/Simple Image Resizer icon_48.png",
        "128": "images\/Simple Image Resizer icon_128.png"
    },
    "browser_action": {
        "default_icon": "images\/Simple Image Resizer icon_32.png",
        "default_title": "Simple Image Resizer ",
        "default_popup": "popup.html"
    }
}