Save Image As PNG

Adds the "Save Image As PNG" option to the context menu of images.

Save Image As PNG क्या है?

Save Image As PNG Rob W द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds the "Save Image As PNG" option to the context menu of images."।

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

screenshot

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

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

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

                        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.

Update (4 January 2014): If you use Chrome 30 or lower, then you cannot save the image from some web sites (such as the Chrome Web Store). Update to Chrome 31 for an optimal user experience.

Notice (30 June 2014): Chrome 35 on KDE (Linux) has a bug that causes Chrome to crash whenever the Save As dialog is opened by an extension. Downgrade to Chrome 34 or upgrade to Chrome 36 to solve the problem.                    

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

नाम Save Image As PNG Save Image As PNG
ID nkokmeaibnajheohncaamjggkanfbphi
आधिकारिक URL https://chromewebstore.google.com/detail/save-image-as-png/nkokmeaibnajheohncaamjggkanfbphi
विवरण Adds the "Save Image As PNG" option to the context menu of images.
फ़ाइल का आकार 14.93 KB
स्थापना संख्या 328,526
वर्तमान संस्करण 1.0.2
अंतिम अपडेट 2014-06-30
प्रकाशन तिथि 2014-06-30
रेटिंग 3.92/5 कुल 292 रेटिंग्स
डेवलपर Rob W
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://robwu.nl/
गोपनीयता नीति पृष्ठ URL https://robwu.nl/privacy/cws
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Save Image As PNG",
    "description": "Adds the \"Save Image As PNG\" option to the context menu of images.",
    "version": "1.0.2",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "permissions": [
        "",
        "contextMenus",
        "downloads"
    ]
}