Descargas

Descarga de todos los archivos de una pagina

What is Descargas?

Descargas is a Chrome extension developed by Werner E. Goedecke R., and its main feature is "Descarga de todos los archivos de una pagina".

Extension Screenshots

screenshot

Download Descargas Extension CRX File

Download Descargas 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

                        Descarga masiva de archivos en la cual es posible seleccionar la extensión funciona con cualquier página que tenga muchos archivos de interés entre ellos los CFDI de XLM del SAT                    

Extension Basic Information

Name Descargas Descargas
ID jgahlokihlmhlhgkcjcjmbchfbgpomin
Official URL https://chromewebstore.google.com/detail/descargas/jgahlokihlmhlhgkcjcjmbchfbgpomin
Description Descarga de todos los archivos de una pagina
File Size 342 KB
Installation Count 1,095
Current Version 0.0.0.1
Last Updated 2016-02-09
Publish Date 2016-02-09
Rating 3.67/5 Total 3 Ratings
Developer Werner E. Goedecke R.
Email [email protected]
Payment Type free
Extension Website http://wer.mx
Help Page URL http://wermx.zendesk.com
Supported Languages es-419
manifest.json
{
    "browser_action": {
        "default_icon": "Descargas\/images\/icon.png",
        "default_popup": "Descargas\/main.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "description": "Descarga de todos los archivos de una pagina",
    "icons": {
        "128": "Descargas\/images\/icon_128x128.png",
        "16": "Descargas\/images\/icon_16x16.png",
        "48": "Descargas\/images\/icon_48x48.png"
    },
    "manifest_version": 2,
    "name": "Descargas",
    "offline_enabled": true,
    "permissions": [
        "tabs",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.0.0.1"
}