Save Image As Png

Save Image As Png

什麼是Save Image As Png?

Save Image As Png是由One Time Technology開發的Chrome擴展程式,該擴展的主要功能是“Save Image As Png”。

擴展截圖

screenshot

下載Save Image As Png擴展crx文件

下載Save Image As Png擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Save image as png
Adds the "Save Image As PNG" option to the context menu of images.
Converts an image to PNG before showing the Save As dialog.

WebP is a new image format developed by Google. These images are small, but their format is not widely recognized yet. By converting the image to PNG, you will be able to use it in image editing programs, and/or upload it to online image hosting sites such as imgur.

The extension has a low footprint: It does not use any memory or CPU unless you use it by clicking on the context menu option.                    

擴展基本資訊

名稱 Save Image As Png Save Image As Png
ID lcmjmlikfpkekigllmmcdcmmpledladh
官方網址 https://chromewebstore.google.com/detail/save-image-as-png/lcmjmlikfpkekigllmmcdcmmpledladh
簡介 Save Image As Png
檔案大小 16.34 KB
安裝次數 1,271
目前版本 1.0.0
更新時間 2022-06-15
上架時間 2022-06-14
評分 5.00/5 共 4 次評分
開發者 One Time Technology
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": ".\/js\/background.js"
    },
    "description": "Save Image As Png",
    "icons": {
        "128": "icons\/icon128.png",
        "144": "icons\/icon144.png",
        "192": "icons\/icon192.png",
        "48": "icons\/icon48.png",
        "72": "icons\/icon72.png",
        "96": "icons\/icon96.png"
    },
    "manifest_version": 3,
    "name": "Save Image As Png",
    "permissions": [
        "contextMenus",
        "scripting"
    ],
    "version": "1.0.0",
    "host_permissions": [
        "*:\/\/*\/*"
    ]
}