Grabber, easy way to download the images
Grab the images or soon other assets from within the active page
What is Grabber, easy way to download the images?
Grabber, easy way to download the images is a Chrome extension developed by https://grabcode.fr, and its main feature is "Grab the images or soon other assets from within the active page".
Extension Screenshots
Download Grabber, easy way to download the images Extension CRX File
Download Grabber, easy way to download the images extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Grabber, easy way to download the images |
ID | obcfnhbmjnpnahpedfinnkdfjfcfgafa |
Official URL | https://chromewebstore.google.com/detail/grabber-easy-way-to-downl/obcfnhbmjnpnahpedfinnkdfjfcfgafa |
Description | Grab the images or soon other assets from within the active page |
File Size | 16.28 KB |
Installation Count | 398 |
Current Version | 1.0.4 |
Last Updated | 2017-03-02 |
Publish Date | 2017-03-01 |
Rating | 2.50/5 Total 2 Ratings |
Developer | https://grabcode.fr |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } |