Save Image As Png

Save Image As Png

Qu'est-ce que Save Image As Png ?

Save Image As Png est une extension Chrome développée par One Time Technology, et sa fonction principale est "Save Image As Png".

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

                        Save image as png
Adds the "Save Image As PNG" option to the context menu of images.
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.                    

Informations de Base sur l'Extension

Nom Save Image As Png Save Image As Png
ID lcmjmlikfpkekigllmmcdcmmpledladh
URL Officiel https://chromewebstore.google.com/detail/save-image-as-png/lcmjmlikfpkekigllmmcdcmmpledladh
Description Save Image As Png
Taille du Fichier 16.34 KB
Nombre d'Installations 1,271
Version Actuelle 1.0.0
Dernière Mise à Jour 2022-06-15
Date de Publication 2022-06-14
Évaluation 5.00/5 Total 4 Évaluations
Développeur One Time Technology
Email [email protected]
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": ".\/js\/background.js"
    },
    "description": "Save Image As Png",
    "icons": {
        "128": "icons\/icon128.png",
        "144": "icons\/icon144.png",
        "192": "icons\/icon192.png",
        "48": "icons\/icon48.png",
        "72": "icons\/icon72.png",
        "96": "icons\/icon96.png"
    },
    "manifest_version": 3,
    "name": "Save Image As Png",
    "permissions": [
        "contextMenus",
        "scripting"
    ],
    "version": "1.0.0",
    "host_permissions": [
        "*:\/\/*\/*"
    ]
}