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是由https://chromedeveloper.com開發的Chrome擴展程式,該擴展的主要功能是“Save jpeg, avif, jfif, webp as jpg, png or webp by context menu on image.”。

擴展截圖

screenshot
screenshot

下載Save & convert image as type擴展crx文件

下載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
官方網址 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"
    }
}