Save Image As Png

Save Image As Png

O que é Save Image As Png?

Save Image As Png é uma extensão do Chrome desenvolvida por One Time Technology, e sua principal característica é "Save Image As Png".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Save Image As Png

Baixe arquivos de extensão Save Image As Png no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Save Image As Png Save Image As Png
ID lcmjmlikfpkekigllmmcdcmmpledladh
URL Oficial https://chromewebstore.google.com/detail/save-image-as-png/lcmjmlikfpkekigllmmcdcmmpledladh
Descrição Save Image As Png
Tamanho do Arquivo 16.34 KB
Contagem de Instalações 1,271
Versão Atual 1.0.0
Última Atualização 2022-06-15
Data de Publicação 2022-06-14
Classificação 5.00/5 Total de 4 Avaliações
Desenvolvedor One Time Technology
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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": [
        "*:\/\/*\/*"
    ]
}