Grabber, easy way to download the images

Grab the images or soon other assets from within the active page

¿Qué es Grabber, easy way to download the images?

Grabber, easy way to download the images es una extensión de Chrome desarrollada por https://grabcode.fr, y su función principal es "Grab the images or soon other assets from within the active page".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Grabber, easy way to download the images

Descarga archivos de extensión Grabber, easy way to download the 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

                        Grabber is the Chrome Extension providing an easy way to download the images that the page you are visiting contain. It is relevant whenever you wish to fetch a bunch of assets and the website would not give you a simplistic "Download All" button.

Note: at this stage, it is an alpha version. It requires the user to specify the CSS selector used to lookup for the assets.                    

Información Básica de la Extensión

Nombre Grabber, easy way to download the images Grabber, easy way to download the images
ID obcfnhbmjnpnahpedfinnkdfjfcfgafa
URL Oficial https://chromewebstore.google.com/detail/grabber-easy-way-to-downl/obcfnhbmjnpnahpedfinnkdfjfcfgafa
Descripción Grab the images or soon other assets from within the active page
Tamaño del Archivo 16.28 KB
Cantidad de Instalaciones 398
Versión Actual 1.0.4
Última Actualización 2017-03-02
Fecha de Publicación 2017-03-01
Calificación 2.50/5 Total de 2 Calificaciones
Desarrollador https://grabcode.fr
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Grabber, easy way to download the images",
    "short_name": "Grabber",
    "description": "Grab the images or soon other assets from within the active page",
    "version": "1.0.4",
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Grabber",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "permissions": [
        "activeTab",
        "downloads"
    ]
}