Save Image As Png

Save Image As Png

Save Image As Png là gì?

Save Image As Png là một tiện ích mở rộng Chrome được phát triển bởi One Time Technology, và tính năng chính của nó là "Save Image As Png".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Save Image As Png

Tải xuống các tệp mở rộng Save Image As Png dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Save Image As Png Save Image As Png
ID lcmjmlikfpkekigllmmcdcmmpledladh
URL Chính Thức https://chromewebstore.google.com/detail/save-image-as-png/lcmjmlikfpkekigllmmcdcmmpledladh
Mô tả Save Image As Png
Kích Thước Tệp 16.34 KB
Số Lần Cài Đặt 1,271
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2022-06-15
Ngày Phát Hành 2022-06-14
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển One Time Technology
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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": [
        "*:\/\/*\/*"
    ]
}