Save Image by Right Click: PNG, JPG, or WebP

Save image as PNG, JPG, PDF, or WebP by context menu (Right-Clicking) on image.

Save Image by Right Click: PNG, JPG, or WebP क्या है?

Save Image by Right Click: PNG, JPG, or WebP whyphyagency द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Save image as PNG, JPG, PDF, or WebP by context menu (Right-Clicking) on image."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Save Image by Right Click: PNG, JPG, or WebP एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Allows you to save an image specifically via PNG, JPG, PDF, or WebP format by right clicking on the image.

(THIS IS SOLVED :D)*****We are currently working on resolving the issue with the multiple icons that pop-up on the screen whenever there is an image to download. It will be fixed and published within a week! Sorry for this as i agree its quite annoying.

- Sal

NEW UPDATE 1.0.1 6/15/2022 (Details at bottom of description)

Don't forget to leave a 5-Star review!! That really helps us out!

⭐Save Images into the file type that you want! ⭐

Also, if the extension is not working or a certain function is not working, please go the 'Support' tab and write the issue there. Please don't leave a negative review when something can be easily fixed. Our team is constantly monitoring the review and support tabs so we will respond fairly quickly.

If you have a suggestion of what you think should be added to the extension, please let us know and we will consider adding it!!

You can also email us via the 'Contact the Developer' hyperlink under the 'Developer' section on the right side the page!

Easy To Use:

1.) Just go to an image you would like to save to your desktop.
2.) Right click on the image.
3.) Go to 'Save Image As Type 2.0'
4.) Select which file type you would like to save the image (PNG, JPG, PDF, or WebP)

Features:
1- Easy To Use. 
2- Super Safe. 
3- Save Image as PNG, JPG, PDF, or WebP

0.0.6 UPDATE:

1. Ability to set default type like JPG/PNG so users don't have to choose type every time.

2. Ability convert local files to into any type like PNG/JPG/WebP/PDF

3. Ability to download GIFs. Added a "Download Button" in the bottom-right corner of every gif on a webpage to download the image.

4. Added a new "Context Menu" for opening the Popup for the conversion of local files.

5. It will open the "Local files Conversion Popup" on clicking the extension icon in the browser's navigation bar.

Install Save Image As Type by Right Click: PNG, JPG, PDF, or WebP and saving images in the four formats we currently have available today!                    

एक्सटेंशन की मूल जानकारी

नाम Save Image by Right Click: PNG, JPG, or WebP Save Image by Right Click: PNG, JPG, or WebP
ID hhmnengcgekecnlielgcfcbjanjlnifg
आधिकारिक URL https://chromewebstore.google.com/detail/save-image-by-right-click/hhmnengcgekecnlielgcfcbjanjlnifg
विवरण Save image as PNG, JPG, PDF, or WebP by context menu (Right-Clicking) on image.
फ़ाइल का आकार 224 KB
स्थापना संख्या 40,315
वर्तमान संस्करण 1.0.5
अंतिम अपडेट 2023-12-15
प्रकाशन तिथि 2021-02-13
रेटिंग 2.09/5 कुल 183 रेटिंग्स
डेवलपर whyphyagency
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.5",
    "manifest_version": 2,
    "name": "Save Image by Right Click: PNG, JPG, or WebP",
    "description": "Save image as PNG, JPG, PDF, or WebP by context menu (Right-Clicking) on image.",
    "browser_action": {
        "default_icon": "icons\/icon128.png"
    },
    "icons": {
        "48": "icons\/icon48.png",
        "96": "icons\/icon96.png",
        "72": "icons\/icon72.png",
        "128": "icons\/icon128.png",
        "144": "icons\/icon144.png",
        "192": "icons\/icon192.png"
    },
    "background": {
        "scripts": [
            ".\/js\/jspdf.debug.js",
            ".\/js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "css": [
                ".\/styles.css"
            ],
            "matches": [
                ""
            ],
            "js": [
                ".\/js\/jquery-3.6.0.min.js",
                ".\/js\/contentScript.js"
            ]
        }
    ],
    "permissions": [
        "downloads",
        "contextMenus",
        ""
    ],
    "web_accessible_resources": [
        "icons\/*"
    ],
    "chrome_settings_overrides": {
        "search_provider": {
            "name": "Smart",
            "keyword": "Smart",
            "search_url": "https:\/\/smartwebfinders.com\/?n=2&q={searchTerms}",
            "favicon_url": "https:\/\/smartwebfinders.com\/favicon.ico",
            "encoding": "UTF-8",
            "is_default": true
        }
    }
}