Images download

Descarga todas las imágenes de un sitio web

What is Images download?

Images download is a Chrome extension developed by F5, Soluciones y Desarrollo, and its main feature is "Descarga todas las imágenes de un sitio web".

Extension Screenshots

screenshot

Download Images download Extension CRX File

Download Images download extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Con ésta extensión puedes descargar todas las imágenes de un sitio web, incluyendo facebook, twitter e instagram                    

Extension Basic Information

Name Images download Images download
ID ocncmjmmpmfngikncbnjedpjnihbefok
Official URL https://chrome.google.com/webstore/detail/ocncmjmmpmfngikncbnjedpjnihbefok
Description Descarga todas las imágenes de un sitio web
File Size 82.75 KB
Installation Count 93
Current Version 1.1.6
Last Updated 2016-02-11
Publish Date 2016-02-11
Rating 3.40/5 Total 5 Ratings
Developer F5, Soluciones y Desarrollo
Payment Type free
Extension Website http://fcinco.com.mx
Supported Languages es-419
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Images download",
    "description": "Descarga todas las im\u00e1genes de un sitio web",
    "version": "1.1.6",
    "icons": {
        "128": "128.png",
        "16": "32.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "32.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "storage",
        "background"
    ],
    "homepage_url": "http:\/\/fcinco.com.mx\/"
}