Save Image As Png

Save Image As Png

Save Image As Pngคืออะไร?

Save Image As Png เป็นส่วนขยายของ Chrome ที่พัฒนาโดย One Time Technology และคุณลักษณะหลักของมันคือ "Save Image As Png"

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

screenshot

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

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

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

                        Save image as png
Adds the "Save Image As PNG" option to the context menu of images.
Converts an image to PNG before showing the Save As dialog.

WebP is a new image format developed by Google. These images are small, but their format is not widely recognized yet. By converting the image to PNG, you will be able to use it in image editing programs, and/or upload it to online image hosting sites such as imgur.

The extension has a low footprint: It does not use any memory or CPU unless you use it by clicking on the context menu option.                    

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

ชื่อ Save Image As Png Save Image As Png
ID lcmjmlikfpkekigllmmcdcmmpledladh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/save-image-as-png/lcmjmlikfpkekigllmmcdcmmpledladh
คำอธิบาย Save Image As Png
ขนาดไฟล์ 16.34 KB
จำนวนการติดตั้ง 1,271
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2022-06-15
วันที่เผยแพร่ 2022-06-14
คะแนน 5.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา One Time Technology
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": ".\/js\/background.js"
    },
    "description": "Save Image As Png",
    "icons": {
        "128": "icons\/icon128.png",
        "144": "icons\/icon144.png",
        "192": "icons\/icon192.png",
        "48": "icons\/icon48.png",
        "72": "icons\/icon72.png",
        "96": "icons\/icon96.png"
    },
    "manifest_version": 3,
    "name": "Save Image As Png",
    "permissions": [
        "contextMenus",
        "scripting"
    ],
    "version": "1.0.0",
    "host_permissions": [
        "*:\/\/*\/*"
    ]
}