Image Downloader

Browse and download images from websites using Image Downloader.

O que é Image Downloader?

Image Downloader é uma extensão do Chrome desenvolvida por FREE APPS, e sua principal característica é "Browse and download images from websites using Image Downloader.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Image Downloader

Baixe arquivos de extensão Image Downloader 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

                        Image Downloader can browse, find and download images from any web pages. All picture gallery from the website are displayed in extension. Fast photo downloader one click.

For downloading click to the icon of extension on current website. It will display all photos on web page. Click on the green arrow and the image will be saved to hard disk.

You can download photos from Instagram, Facebook and more popular webs. Support formats are JPG, PNG, GIF, JPEG.                    

Informações Básicas da Extensão

Nome Image Downloader Image Downloader
ID famigmidcdlbjhapgalgnebdfbgcleko
URL Oficial https://chrome.google.com/webstore/detail/image-downloader/famigmidcdlbjhapgalgnebdfbgcleko
Descrição Browse and download images from websites using Image Downloader.
Tamanho do Arquivo 110 KB
Contagem de Instalações 421
Versão Atual 1.0.0
Última Atualização 2020-11-23
Data de Publicação 2020-11-23
Classificação 3.67/5 Total de 3 Avaliações
Desenvolvedor FREE APPS
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://www.smart-finder.net/privacy.html
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.0",
    "name": "Image Downloader",
    "description": "Browse and download images from websites using Image Downloader.",
    "background": {
        "scripts": [
            "jquery.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/ico_19.png",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "icons": {
        "128": "img\/ico_128.png",
        "16": "img\/ico_16.png",
        "48": "img\/ico_48.png"
    },
    "manifest_version": 2,
    "permissions": [
        "activeTab",
        "",
        "downloads"
    ]
}