Grabber, easy way to download the images

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

Wat is Grabber, easy way to download the images?

Grabber, easy way to download the images is een Chrome-extensie ontwikkeld door https://grabcode.fr, en de belangrijkste functie is "Grab the images or soon other assets from within the active page".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Grabber, easy way to download the images

Download Grabber, easy way to download the images-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Grabber, easy way to download the images Grabber, easy way to download the images
ID obcfnhbmjnpnahpedfinnkdfjfcfgafa
Officiële URL https://chromewebstore.google.com/detail/grabber-easy-way-to-downl/obcfnhbmjnpnahpedfinnkdfjfcfgafa
Beschrijving Grab the images or soon other assets from within the active page
Bestandsgrootte 16.28 KB
Aantal Installaties 398
Huidige Versie 1.0.4
Laatst Bijgewerkt 2017-03-02
Publicatiedatum 2017-03-01
Beoordeling 2.50/5 Totaal 2 Beoordelingen
Ontwikkelaar https://grabcode.fr
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}