Image Convert and Download

Allows to download svg and images and take screenshots in different formats

O que é Image Convert and Download?

Image Convert and Download é uma extensão do Chrome desenvolvida por haseebeqx, e sua principal característica é "Allows to download svg and images and take screenshots in different formats".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Image Convert and Download

Baixe arquivos de extensão Image Convert and Download 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

                        This extension creates a context menu to download any images including favicon or take a page screenshot in JPEG or PNG format. It works with any image format supported by chrome including svg. It also allows to copy any image as data urls.                    

Informações Básicas da Extensão

Nome Image Convert and Download Image Convert and Download
ID ebdifgjdeelbjjbbnmbcggnaehencepi
URL Oficial https://chromewebstore.google.com/detail/image-convert-and-downloa/ebdifgjdeelbjjbbnmbcggnaehencepi
Descrição Allows to download svg and images and take screenshots in different formats
Tamanho do Arquivo 14.53 KB
Contagem de Instalações 45
Versão Atual 0.3
Última Atualização 2020-12-31
Data de Publicação 2020-12-20
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor haseebeqx
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/haseebeqx/image-converter-downloader-extension
URL da Página de Ajuda https://github.com/haseebeqx/image-converter-downloader-extension/issues
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Image Convert and Download",
    "version": "0.3",
    "description": "Allows to download svg and images and take screenshots in different formats",
    "permissions": [
        "contextMenus",
        "downloads",
        "activeTab"
    ],
    "background": {
        "scripts": [
            "contextMenu.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "manifest_version": 2
}