Save Image As PNG

Adds the "Save Image As PNG" option to the context menu of images.

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 Rob W, và tính năng chính của nó là "Adds the "Save Image As PNG" option to the context menu of images.".

Ả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

                        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.

Update (4 January 2014): If you use Chrome 30 or lower, then you cannot save the image from some web sites (such as the Chrome Web Store). Update to Chrome 31 for an optimal user experience.

Notice (30 June 2014): Chrome 35 on KDE (Linux) has a bug that causes Chrome to crash whenever the Save As dialog is opened by an extension. Downgrade to Chrome 34 or upgrade to Chrome 36 to solve the problem.                    

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

Tên Save Image As PNG Save Image As PNG
ID nkokmeaibnajheohncaamjggkanfbphi
URL Chính Thức https://chromewebstore.google.com/detail/save-image-as-png/nkokmeaibnajheohncaamjggkanfbphi
Mô tả Adds the "Save Image As PNG" option to the context menu of images.
Kích Thước Tệp 14.93 KB
Số Lần Cài Đặt 328,526
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2014-06-30
Ngày Phát Hành 2014-06-30
Đánh Giá 3.92/5 Tổng số 292 Đánh Giá
Nhà Phát Triển Rob W
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://robwu.nl/
URL Trang Chính Sách Bảo Mật https://robwu.nl/privacy/cws
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Save Image As PNG",
    "description": "Adds the \"Save Image As PNG\" option to the context menu of images.",
    "version": "1.0.2",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "permissions": [
        "",
        "contextMenus",
        "downloads"
    ]
}