Download Images

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

¿Qué es Download Images?

Download Images es una extensión de Chrome desarrollada por Free Software Apps, y su función principal es "A powerful extension and you can customize it to save the selected image from the current tab page, on any web page.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Download Images

Descarga archivos de extensión Download Images en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Download Images Download Images
ID affccikominfmpcchecefmibpdenookk
URL Oficial https://chromewebstore.google.com/detail/download-images/affccikominfmpcchecefmibpdenookk
Descripción A powerful extension and you can customize it to save the selected image from the current tab page, on any web page.
Tamaño del Archivo 395 KB
Cantidad de Instalaciones 5,483
Versión Actual 1.0.3
Última Actualización 2020-10-09
Fecha de Publicación 2019-09-20
Calificación 4.00/5 Total de 9 Calificaciones
Desarrollador Free Software Apps
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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
    }
}