Save & convert image as type

Save jpeg, avif, jfif, webp as jpg, png or webp by context menu on image.

Save & convert image as typeคืออะไร?

Save & convert image as type เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://chromedeveloper.com และคุณลักษณะหลักของมันคือ "Save jpeg, avif, jfif, webp as jpg, png or webp by context menu on image."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Save & convert image as type

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

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

                        Download all images from Google Chrome immediately in jpg, png or webp formats.

You can also download formats such as avif and jfif that you can download from Google but cannot open on your computer, as jpg or png.

All you have to do is right-click on the image and select the format you want to download.


🤔 UPDATE NOTES 

04.11.2023
. Edit Bugs
. Add new Languages

05.02.2024
. Edit Bugs
. Add Jfif Files
. Fixed features that were not working                    

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

ชื่อ Save & convert image as type Save & convert image as type
ID lnlchohkeddhloofakaoeedchldfkkbh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/save-convert-image-as-typ/lnlchohkeddhloofakaoeedchldfkkbh
คำอธิบาย Save jpeg, avif, jfif, webp as jpg, png or webp by context menu on image.
ขนาดไฟล์ 47.25 KB
จำนวนการติดตั้ง 64
เวอร์ชันปัจจุบัน 0.1.2
อัปเดตครั้งล่าสุด 2024-02-05
วันที่เผยแพร่ 2023-11-25
คะแนน 4.00/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา https://chromedeveloper.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://chromedeveloper.com/
URL หน้าช่วยเหลือ https://chromedeveloper.com/
URL หน้านโยบายความเป็นส่วนตัว https://www.chromedeveloper.com/privacy-policy
ภาษาที่รองรับ de,en,vi,ru,uk,ar,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "author": "Lena Cliffson",
    "offline_enabled": true,
    "permissions": [
        "downloads",
        "contextMenus",
        "offscreen",
        "activeTab",
        "storage"
    ],
    "short_name": "__MSG_extShortName__",
    "version": "0.1.2",
    "default_locale": "en",
    "description": "__MSG_extDescription__",
    "host_permissions": [
        ""
    ],
    "action": {
        "default_icon": {
            "16": "assets\/logo16.png",
            "18": "assets\/logo18.png",
            "19": "assets\/logo19.png",
            "32": "assets\/logo32.png",
            "36": "assets\/logo36.png",
            "38": "assets\/logo38.png",
            "48": "assets\/logo48.png",
            "64": "assets\/logo64.png",
            "128": "assets\/logo128.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    }
}