Save Image As Png

Save Image As Png

Cos'è Save Image As Png?

Save Image As Png è un'estensione di Chrome sviluppata da One Time Technology, e la sua funzione principale è "Save Image As Png".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Save Image As Png

Scarica i file di estensione Save Image As Png in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Save Image As Png Save Image As Png
ID lcmjmlikfpkekigllmmcdcmmpledladh
URL Ufficiale https://chromewebstore.google.com/detail/save-image-as-png/lcmjmlikfpkekigllmmcdcmmpledladh
Descrizione Save Image As Png
Dimensione del File 16.34 KB
Conteggio Installazioni 1,271
Versione Corrente 1.0.0
Ultimo Aggiornamento 2022-06-15
Data di Pubblicazione 2022-06-14
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore One Time Technology
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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": [
        "*:\/\/*\/*"
    ]
}