IMAGE DOWNLOADER
Browse and download images on a web page.
Что такое IMAGE DOWNLOADER?
IMAGE DOWNLOADER - это расширение Chrome, разработанное htaigen, и его основная функция - "Browse and download images on a web page.".
Снимки экрана расширения
Скачать файл CRX расширения IMAGE DOWNLOADER
Скачайте файлы расширений IMAGE DOWNLOADER в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
IMAGE DOWNLOADER
See images that the page contains and links to
Filter them by width, height, and URL; supports wildcard and regex
Optionally show only images from links
Select images to download by clicking on the image
Use dedicated buttons to download or open individual images in new tabs
Customize image display width, columns, border size, and color
Hide filters, buttons and notifications you don't need Основная информация о расширении
| Название | |
| ID | leakgmkipjfnmnacgakpggmilnhlmbcg |
| Официальный URL | https://chromewebstore.google.com/detail/image-downloader/leakgmkipjfnmnacgakpggmilnhlmbcg |
| Описание | Browse and download images on a web page. |
| Размер файла | 883 KB |
| Количество установок | 2,521 |
| Текущая Версия | 2.4.0 |
| Последнее Обновление | 2021-06-27 |
| Дата публикации | 2019-12-11 |
| Рейтинг | 4.08/5 Всего 12 оценок |
| Разработчик | htaigen |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Официальный сайт расширения | https://hatai.github.io/image-downloader/ |
| Поддерживаемые языки | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "IMAGE DOWNLOADER",
"short_name": "IMG DOWNLOADER",
"description": "Browse and download images on a web page.",
"version": "2.4.0",
"minimum_chrome_version": "60",
"manifest_version": 2,
"author": "hatai",
"permissions": [
"activeTab",
"downloads",
"storage"
],
"browser_action": {
"default_icon": "\/icons\/icon_128.png",
"default_popup": "index.html"
},
"icons": {
"16": "\/icons\/icon_16.png",
"48": "\/icons\/icon_48.png",
"128": "\/icons\/icon_128.png"
},
"web_accessible_resources": [
"\/images\/open.png",
"\/images\/download.png"
],
"background": {
"scripts": [
"\/scripts\/background.js"
],
"persistent": false
}
} | |