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
Eメール [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": [
        "*:\/\/*\/*"
    ]
}