Save image as Type

Save image as PNG, JPG or WebP by context menu on image.

O que é Save image as Type?

Save image as Type é uma extensão do Chrome desenvolvida por image4tools, e sua principal característica é "Save image as PNG, JPG or WebP by context menu on image.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Save image as Type

Baixe arquivos de extensão Save image as Type 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

                        Add context menu for images to save image as PNG, JPG or WebP format.

There is an old Save Image As Type 1.0.5 extension created by another developer but cannot run now. I developed this new extension based on the old one.

This extension is open source.
No information is collected.
No ads.
No login or registration.
Multiple languages supported.

Release notes:

2015-02-08 
- First release.

2023-05-11 
- Migrate to chrome extension manifest version 3.
- Use service worker instead of content script, as chrome recommended.
- Add some languages

2023-05-22 
- Fix bug for chrome 108 and older versions.
- Add some languages                    

Informações Básicas da Extensão

Nome Save image as Type Save image as Type
ID gabfmnliflodkdafenbcpjdlppllnemd
URL Oficial https://chromewebstore.google.com/detail/save-image-as-type/gabfmnliflodkdafenbcpjdlppllnemd
Descrição Save image as PNG, JPG or WebP by context menu on image.
Tamanho do Arquivo 109 KB
Contagem de Instalações 1,022,929
Versão Atual 1.2.4
Última Atualização 2023-12-19
Data de Publicação 2015-02-07
Classificação 3.88/5 Total de 550 Avaliações
Desenvolvedor image4tools
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/cuixiping/Save-Image-as-Type
URL da Página de Ajuda https://github.com/cuixiping/Save-Image-as-Type/issues
Idiomas Suportados de,en,fr,vi,es,it,pt-BR,pt-PT,ru,uk,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "short_name": "__MSG_extShortName__",
    "description": "__MSG_extDescription__",
    "icons": {
        "128": "icon-128.png",
        "16": "icon-16.png",
        "48": "icon-48.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "default_locale": "en",
    "manifest_version": 3,
    "minimum_chrome_version": "88.0.0.0",
    "permissions": [
        "downloads",
        "contextMenus",
        "offscreen",
        "scripting"
    ],
    "optional_permissions": [],
    "host_permissions": [
        ""
    ],
    "version": "1.2.4"
}