Grabber, easy way to download the images
Grab the images or soon other assets from within the active page
Vad är Grabber, easy way to download the images?
Grabber, easy way to download the images är en Chrome-tillägg utvecklad av https://grabcode.fr, och dess huvudfunktion är "Grab the images or soon other assets from within the active page".
Tilläggsskärmbilder
Ladda ner Grabber, easy way to download the images-förlängningens CRX-fil
Ladda ner Grabber, easy way to download the images-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Grabber, easy way to download the images |
ID | obcfnhbmjnpnahpedfinnkdfjfcfgafa |
Officiell webbadress | https://chromewebstore.google.com/detail/grabber-easy-way-to-downl/obcfnhbmjnpnahpedfinnkdfjfcfgafa |
Beskrivning | Grab the images or soon other assets from within the active page |
Filstorlek | 16.28 KB |
Antal Installationer | 398 |
Aktuell Version | 1.0.4 |
Senast Uppdaterad | 2017-03-02 |
Publiceringsdatum | 2017-03-01 |
Betyg | 2.50/5 Totalt 2 Betyg |
Utvecklare | https://grabcode.fr |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" ] } |