Save Image As PNG

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

什麼是Save Image As PNG?

Save Image As PNG是由Rob W開發的Chrome擴展程式,該擴展的主要功能是“Adds the "Save Image As PNG" option to the context menu of images.”。

擴展截圖

screenshot

下載Save Image As PNG擴展crx文件

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

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Save Image As PNG Save Image As PNG
ID nkokmeaibnajheohncaamjggkanfbphi
官方網址 https://chromewebstore.google.com/detail/save-image-as-png/nkokmeaibnajheohncaamjggkanfbphi
簡介 Adds the "Save Image As PNG" option to the context menu of images.
檔案大小 14.93 KB
安裝次數 328,526
目前版本 1.0.2
更新時間 2014-06-30
上架時間 2014-06-30
評分 3.92/5 共 292 次評分
開發者 Rob W
電子郵箱 [email protected]
付費類型 free
擴展官網 https://robwu.nl/
隱私政策頁面URL https://robwu.nl/privacy/cws
支援的語言 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"
    ]
}