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
官方URL 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": [
        "*:\/\/*\/*"
    ]
}