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 https://grabcode.fr द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Grab the images or soon other assets from within the active page"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Grabber, easy way to download the images एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    ]
}