Save Image As

Save any image as JPG/PNG/WebP with right click

Save Image Asとは何ですか?

Save Image Asはwong2によって開発されたChromeの拡張機能で、その主な機能は「Save any image as JPG/PNG/WebP with right click」です。

拡張機能のスクリーンショット

screenshot
screenshot

Save Image As拡張機能のCRXファイルをダウンロード

Save Image As拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Save any image on the web as JPG/PNG/WebP with right click.

This extension adds a context menu on images to easily save them as JPG, PNG or WebP files to your computer, it automatically does the format conversion for you.                    

拡張機能の基本情報

名前 Save Image As Save Image As
ID leijekmpombnobpofmnmdnebblfjnkbi
公式URL https://chromewebstore.google.com/detail/save-image-as/leijekmpombnobpofmnmdnebblfjnkbi
説明 Save any image as JPG/PNG/WebP with right click
ファイルサイズ 17.11 KB
インストール数 41
現在のバージョン 1.0
最終更新日 2023-09-24
公開日 2023-09-23
評価 5.00/5 合計 2 レビュー
開発者 wong2
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://chathub.gg/privacy-policy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "manifest_version": 3,
    "version": "1.0",
    "permissions": [
        "contextMenus",
        "downloads"
    ],
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}