Save Image As

Save any image as JPG/PNG/WebP with right click

Save Image Asคืออะไร?

Save Image As เป็นส่วนขยายของ Chrome ที่พัฒนาโดย wong2 และคุณลักษณะหลักของมันคือ "Save any image as JPG/PNG/WebP with right click"

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

screenshot
screenshot

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

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

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

                        Save any image on the web as JPG/PNG/WebP with right click.

This extension adds a context menu on images to easily save them as JPG, PNG or WebP files to your computer, it automatically does the format conversion for you.                    

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

ชื่อ Save Image As Save Image As
ID leijekmpombnobpofmnmdnebblfjnkbi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/save-image-as/leijekmpombnobpofmnmdnebblfjnkbi
คำอธิบาย Save any image as JPG/PNG/WebP with right click
ขนาดไฟล์ 17.11 KB
จำนวนการติดตั้ง 41
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2023-09-24
วันที่เผยแพร่ 2023-09-23
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา wong2
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://chathub.gg/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "manifest_version": 3,
    "version": "1.0",
    "permissions": [
        "contextMenus",
        "downloads"
    ],
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}