Save Image As

Save and modify image as PNG, JPEG or WEBP

What is Save Image As?

Save Image As is a Chrome extension developed by radim.motycka, and its main feature is "Save and modify image as PNG, JPEG or WEBP".

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, Rename and Resize Image As PNG, JPEG or WEBP.                    

Extension Basic Information

Name Save Image As Save Image As
ID nniledhajjahdgjdaooenmbploklemmi
Official URL https://chromewebstore.google.com/detail/save-image-as/nniledhajjahdgjdaooenmbploklemmi
Description Save and modify image as PNG, JPEG or WEBP
File Size 95.54 KB
Installation Count 63
Current Version 1.1
Last Updated 2023-09-20
Publish Date 2023-09-20
Developer radim.motycka
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Save Image As",
    "version": "1.1",
    "description": "Save and modify image as PNG, JPEG or WEBP",
    "manifest_version": 3,
    "action": {
        "default_title": "Save Image As"
    },
    "background": {
        "service_worker": "serviceWorker.js"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkbwbihNv8ze50gEDqwtpc1DzrH6zlwb7HNBa\/Wr5kWAGF9l4yQWPAes1vXnIt4mzmx6vuNEP0Q15aqSRIlcI1c4VyQ3FbzU5eG0ETmBPVmmOgS6kA\/IIYQa4ZGA4EKbELaq2NOIX7+OeS6Jh67eKtqGC8BzCTCXMGGn4Fl7oCbxV5RCCJlhksYzhAfO4pE1l5FKJgHlRSDXWLZ4p5kdyq2H8EtmC1JenT6CKeFgBxeGNEJzW3YiZYvxSMkNvAjw8hAsJ4Lpe4+EUgopNbrRRKXQ2Btz+8JU6YDU7dJHhFxty\/mAFetOaKulr8ulQeLI2raL1bbpqky64lQPjQ4itjQIDAQAB",
    "icons": {
        "16": "static\/download_icon.png",
        "32": "static\/download_icon.png",
        "48": "static\/download_icon.png",
        "128": "static\/download_icon.png"
    },
    "permissions": [
        "storage",
        "contextMenus",
        "downloads"
    ],
    "host_permissions": [
        "https:\/\/*\/"
    ]
}