Image Downloader

Browse and download images from websites using Image Downloader.

Что такое Image Downloader?

Image Downloader - это расширение Chrome, разработанное FREE APPS, и его основная функция - "Browse and download images from websites using Image Downloader.".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Image Downloader

Скачайте файлы расширений Image Downloader в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Image Downloader can browse, find and download images from any web pages. All picture gallery from the website are displayed in extension. Fast photo downloader one click.

For downloading click to the icon of extension on current website. It will display all photos on web page. Click on the green arrow and the image will be saved to hard disk.

You can download photos from Instagram, Facebook and more popular webs. Support formats are JPG, PNG, GIF, JPEG.                    

Основная информация о расширении

Название Image Downloader Image Downloader
ID famigmidcdlbjhapgalgnebdfbgcleko
Официальный URL https://chrome.google.com/webstore/detail/image-downloader/famigmidcdlbjhapgalgnebdfbgcleko
Описание Browse and download images from websites using Image Downloader.
Размер файла 110 KB
Количество установок 421
Текущая Версия 1.0.0
Последнее Обновление 2020-11-23
Дата публикации 2020-11-23
Рейтинг 3.67/5 Всего 3 оценок
Разработчик FREE APPS
Электронная почта [email protected]
Тип оплаты free
URL страницы политики конфиденциальности https://www.smart-finder.net/privacy.html
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.0",
    "name": "Image Downloader",
    "description": "Browse and download images from websites using Image Downloader.",
    "background": {
        "scripts": [
            "jquery.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/ico_19.png",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "icons": {
        "128": "img\/ico_128.png",
        "16": "img\/ico_16.png",
        "48": "img\/ico_48.png"
    },
    "manifest_version": 2,
    "permissions": [
        "activeTab",
        "",
        "downloads"
    ]
}