Grabber, easy way to download the images
Grab the images or soon other assets from within the active page
Co je Grabber, easy way to download the images?
Grabber, easy way to download the images je rozšíření Chrome vyvinuté https://grabcode.fr, a jeho hlavní funkcí je „Grab the images or soon other assets from within the active page“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Grabber, easy way to download the images
Stáhněte si soubory rozšíření Grabber, easy way to download the images ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Grabber, easy way to download the images |
ID | obcfnhbmjnpnahpedfinnkdfjfcfgafa |
Oficiální URL | https://chromewebstore.google.com/detail/grabber-easy-way-to-downl/obcfnhbmjnpnahpedfinnkdfjfcfgafa |
Popis | Grab the images or soon other assets from within the active page |
Velikost souboru | 16.28 KB |
Počet instalací | 398 |
Aktuální Verze | 1.0.4 |
Poslední Aktualizace | 2017-03-02 |
Datum Vydání | 2017-03-01 |
Hodnocení | 2.50/5 Celkem 2 Hodnocení |
Vývojář | https://grabcode.fr |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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" ] } |