Save Image As PNG

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

Qu'est-ce que Save Image As PNG ?

Save Image As PNG est une extension Chrome développée par Rob W, et sa fonction principale est "Adds the "Save Image As PNG" option to the context menu of images.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Save Image As PNG

Téléchargez les fichiers d'extension Save Image As PNG au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Save Image As PNG Save Image As PNG
ID nkokmeaibnajheohncaamjggkanfbphi
URL Officiel https://chromewebstore.google.com/detail/save-image-as-png/nkokmeaibnajheohncaamjggkanfbphi
Description Adds the "Save Image As PNG" option to the context menu of images.
Taille du Fichier 14.93 KB
Nombre d'Installations 328,526
Version Actuelle 1.0.2
Dernière Mise à Jour 2014-06-30
Date de Publication 2014-06-30
Évaluation 3.92/5 Total 292 Évaluations
Développeur Rob W
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://robwu.nl/
URL de la Page de Politique de Confidentialité https://robwu.nl/privacy/cws
Langues Prises en Charge 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"
    ]
}