Grabber, easy way to download the images

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

Was ist Grabber, easy way to download the images?

Grabber, easy way to download the images ist eine Chrome-Erweiterung, die von https://grabcode.fr entwickelt wurde, und ihr Hauptmerkmal ist "Grab the images or soon other assets from within the active page".

Erweiterungsscreenshots

screenshot
screenshot

Grabber, easy way to download the images-Erweiterungs-CRX-Datei herunterladen

Laden Sie Grabber, easy way to download the images-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Grabber, easy way to download the images Grabber, easy way to download the images
ID obcfnhbmjnpnahpedfinnkdfjfcfgafa
Offizielle URL https://chromewebstore.google.com/detail/grabber-easy-way-to-downl/obcfnhbmjnpnahpedfinnkdfjfcfgafa
Beschreibung Grab the images or soon other assets from within the active page
Dateigröße 16.28 KB
Installationsanzahl 398
Aktuelle Version 1.0.4
Letztes Update 2017-03-02
Veröffentlichungsdatum 2017-03-01
Bewertung 2.50/5 Insgesamt 2 Bewertungen
Entwickler https://grabcode.fr
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}