Save Image As Png

Save Image As Png

Wat is Save Image As Png?

Save Image As Png is een Chrome-extensie ontwikkeld door One Time Technology, en de belangrijkste functie is "Save Image As Png".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Save Image As Png

Download Save Image As Png-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Save Image As Png Save Image As Png
ID lcmjmlikfpkekigllmmcdcmmpledladh
Officiële URL https://chromewebstore.google.com/detail/save-image-as-png/lcmjmlikfpkekigllmmcdcmmpledladh
Beschrijving Save Image As Png
Bestandsgrootte 16.34 KB
Aantal Installaties 1,271
Huidige Versie 1.0.0
Laatst Bijgewerkt 2022-06-15
Publicatiedatum 2022-06-14
Beoordeling 5.00/5 Totaal 4 Beoordelingen
Ontwikkelaar One Time Technology
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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": [
        "*:\/\/*\/*"
    ]
}