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".
Снимки экрана расширения
Скачать файл 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 |
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" ] } |