Save as Image

Save as Image: Easily download web images in JPG,PNG,WEBP formats with a simple right-click. Fast, efficient, and privacy-friendly.

Save as Imageคืออะไร?

Save as Image เป็นส่วนขยายของ Chrome ที่พัฒนาโดย AmberLee และคุณลักษณะหลักของมันคือ "Save as Image: Easily download web images in JPG,PNG,WEBP formats with a simple right-click. Fast, efficient, and privacy-friendly."

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

screenshot
screenshot

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

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

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

                        🌈 Introducing "Save as Image" – Your new, versatile assistant for downloading images! Discover the ease of saving images from the Internet in your preferred formats – completely free.

Features:
🔍 Web Navigation: Browse any website and find the image you want to download.
✂️ Right-Click Magic: Right-click on the image to display an additional option from our extension.
🎨 Select Your Format: Choose from available formats such as JPG, PNG, WEBP, and more.
⬇️ Instant Download: Save the image directly to your designated downloads folder.

Key Benefits:
🔄 Multiple Format Support: Choose JPG for quality, PNG for transparency, or WEBP for efficient web use.
👌 Ease of Use: Intuitive design allows for quick image saving without complicated steps.
🚀 Lightweight Design: Optimized for performance, ensuring no browser slowdown.
🔒 Privacy-Conscious: Focused on your privacy, we do not collect personal data.

"Save as Image" empowers you to easily download images in your preferred format, enhancing your efficiency and convenience. Download now and elevate your image downloading experience to the next level!                    

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

ชื่อ Save as Image Save as Image
ID opbbpcbaofeplbgbijlmjjkmgpijdgec
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/save-as-image/opbbpcbaofeplbgbijlmjjkmgpijdgec
คำอธิบาย Save as Image: Easily download web images in JPG,PNG,WEBP formats with a simple right-click. Fast, efficient, and privacy-friendly.
ขนาดไฟล์ 78.36 KB
จำนวนการติดตั้ง 3,469
เวอร์ชันปัจจุบัน 1.5.0
อัปเดตครั้งล่าสุด 2024-02-13
วันที่เผยแพร่ 2023-12-04
คะแนน 4.81/5 รวมทั้งหมด 36 คะแนน
ผู้พัฒนา AmberLee
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "manifest_version": 3,
    "version": "1.5.0",
    "icons": {
        "128": "icons\/ico128.png",
        "64": "icons\/ico64.png"
    },
    "background": {
        "service_worker": "javascript\/sw.js"
    },
    "default_locale": "en",
    "web_accessible_resources": [
        {
            "resources": [
                "*"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "javascript\/comunication.js"
            ],
            "run_at": "document_idle",
            "match_about_blank": true
        }
    ],
    "permissions": [
        "downloads",
        "contextMenus",
        "offscreen",
        "storage",
        "activeTab",
        "webNavigation",
        "scripting"
    ]
}