Save Image As

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

What is Save Image As?

Save Image As is a Chrome extension developed by wong2, and its main feature is "Save any image as JPG/PNG/WebP with right click".

Extension Screenshots

screenshot
screenshot

Download Save Image As Extension CRX File

Download Save Image As extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Save Image As Save Image As
ID leijekmpombnobpofmnmdnebblfjnkbi
Official URL https://chromewebstore.google.com/detail/save-image-as/leijekmpombnobpofmnmdnebblfjnkbi
Description Save any image as JPG/PNG/WebP with right click
File Size 17.11 KB
Installation Count 41
Current Version 1.0
Last Updated 2023-09-24
Publish Date 2023-09-23
Rating 5.00/5 Total 2 Ratings
Developer wong2
Email [email protected]
Payment Type free
Privacy Policy Page URL https://chathub.gg/privacy-policy
Supported Languages 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"
            ]
        }
    ]
}