Grabber, easy way to download the images

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

Cos'è Grabber, easy way to download the images?

Grabber, easy way to download the images è un'estensione di Chrome sviluppata da https://grabcode.fr, e la sua funzione principale è "Grab the images or soon other assets from within the active page".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Grabber, easy way to download the images

Scarica i file di estensione Grabber, easy way to download the images in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Grabber, easy way to download the images Grabber, easy way to download the images
ID obcfnhbmjnpnahpedfinnkdfjfcfgafa
URL Ufficiale https://chromewebstore.google.com/detail/grabber-easy-way-to-downl/obcfnhbmjnpnahpedfinnkdfjfcfgafa
Descrizione Grab the images or soon other assets from within the active page
Dimensione del File 16.28 KB
Conteggio Installazioni 398
Versione Corrente 1.0.4
Ultimo Aggiornamento 2017-03-02
Data di Pubblicazione 2017-03-01
Valutazione 2.50/5 Totale 2 Valutazioni
Sviluppatore https://grabcode.fr
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}