Grabber, easy way to download the images

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

Τι είναι το Grabber, easy way to download the images;

Το Grabber, easy way to download the images είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://grabcode.fr, και η κύρια λειτουργία του είναι "Grab the images or soon other assets from within the active page".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Grabber, easy way to download the images

Λήψη αρχείων επέκτασης Grabber, easy way to download the images σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Grabber, easy way to download the images Grabber, easy way to download the images
ID obcfnhbmjnpnahpedfinnkdfjfcfgafa
Επίσημο URL https://chromewebstore.google.com/detail/grabber-easy-way-to-downl/obcfnhbmjnpnahpedfinnkdfjfcfgafa
Περιγραφή Grab the images or soon other assets from within the active page
Μέγεθος Αρχείου 16.28 KB
Αριθμός Εγκαταστάσεων 398
Τρέχουσα Έκδοση 1.0.4
Τελευταία Ενημέρωση 2017-03-02
Ημερομηνία Δημοσίευσης 2017-03-01
Αξιολόγηση 2.50/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής https://grabcode.fr
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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"
    ]
}