Google Image Downloader

This extension lets you directly download google images.

Что такое Google Image Downloader?

Google Image Downloader - это расширение Chrome, разработанное Thejus Kayanadath, и его основная функция - "This extension lets you directly download google images.".

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

screenshot

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

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

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

                        Press the 'Download Image' button and it saves the image directly to your Downloads folder. Simple.                    

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

Название Google Image Downloader Google Image Downloader
ID nfagjnjnmknppbpbeecillkcedghidcd
Официальный URL https://chrome.google.com/webstore/detail/google-image-downloader/nfagjnjnmknppbpbeecillkcedghidcd
Описание This extension lets you directly download google images.
Размер файла 6.87 KB
Количество установок 621
Текущая Версия 0.0.1
Последнее Обновление 2017-11-24
Дата публикации 2017-11-24
Рейтинг 1.91/5 Всего 11 оценок
Разработчик Thejus Kayanadath
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Google Image Downloader",
    "description": "This extension lets you directly download google images.",
    "version": "0.0.1",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/*\/search?*tbm=isch*",
                "http:\/\/*\/search?*tbm=isch*"
            ]
        }
    ]
}