Save Image As

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

什麼是Save Image As?

Save Image As是由wong2開發的Chrome擴展程式,該擴展的主要功能是“Save any image as JPG/PNG/WebP with right click”。

擴展截圖

screenshot
screenshot

下載Save Image As擴展crx文件

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