Download Images

A powerful extension and you can customize it to save the selected image from the current tab page, on any web page.

O que é Download Images?

Download Images é uma extensão do Chrome desenvolvida por Free Software Apps, e sua principal característica é "A powerful extension and you can customize it to save the selected image from the current tab page, on any web page.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Download Images

Baixe arquivos de extensão Download Images 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

                        When you visit a favorite website, or a site you visit every day, you see images that you want to download to your computer. Using the right click menu and choosing each image to download takes your time and effort, so use our extension today, we will save you time with just one click.

Once you install our software, simply navigate to the website you wish to download images from.
Click on our extension icon and choose the download images option.
You can choose whether to download all the images on the website/certain images, its easy to customize our software.                    

Informações Básicas da Extensão

Nome Download Images Download Images
ID affccikominfmpcchecefmibpdenookk
URL Oficial https://chromewebstore.google.com/detail/download-images/affccikominfmpcchecefmibpdenookk
Descrição A powerful extension and you can customize it to save the selected image from the current tab page, on any web page.
Tamanho do Arquivo 395 KB
Contagem de Instalações 5,483
Versão Atual 1.0.3
Última Atualização 2020-10-09
Data de Publicação 2019-09-20
Classificação 4.00/5 Total de 9 Avaliações
Desenvolvedor Free Software Apps
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados id,ms,de,en,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.0.3",
    "name": "__MSG_application_title__",
    "description": "__MSG_app_description__",
    "default_locale": "en",
    "permissions": [
        "storage",
        "activeTab",
        "",
        "downloads"
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "js\/welcome-goodbye.js",
            "js\/background.js",
            "js\/jszip.js",
            "js\/save-images.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "512": "data\/icons\/icon-512.png",
            "256": "data\/icons\/icon-256.png",
            "128": "data\/icons\/icon-128.png",
            "96": "data\/icons\/icon-96.png",
            "64": "data\/icons\/icon-64.png",
            "48": "data\/icons\/icon-48.png",
            "32": "data\/icons\/icon-32.png",
            "16": "data\/icons\/icon-16.png"
        }
    },
    "icons": {
        "512": "data\/icons\/icon-512.png",
        "256": "data\/icons\/icon-256.png",
        "128": "data\/icons\/icon-128.png",
        "96": "data\/icons\/icon-96.png",
        "64": "data\/icons\/icon-64.png",
        "48": "data\/icons\/icon-48.png",
        "32": "data\/icons\/icon-32.png",
        "16": "data\/icons\/icon-16.png"
    },
    "web_accessible_resources": [
        "data\/inject\/selector.html",
        "data\/ui\/index.html",
        "data\/gallery\/index.html"
    ],
    "homepage_url": "https:\/\/save-images.freebusinessapps.net",
    "options_ui": {
        "page": "data\/options\/index.html",
        "chrome_style": true
    }
}