Image Fetcher

Download all the images in the whole page by just one click!

Что такое Image Fetcher?

Image Fetcher - это расширение Chrome, разработанное https://www.nzfun.cn, и его основная функция - "Download all the images in the whole page by just one click!".

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

screenshot

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

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

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

                                            

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

Название Image Fetcher Image Fetcher
ID bpjjmpophdipjaenolmhckclbgidbbao
Официальный URL https://chrome.google.com/webstore/detail/image-fetcher/bpjjmpophdipjaenolmhckclbgidbbao
Описание Download all the images in the whole page by just one click!
Размер файла 1.24 MB
Количество установок 48
Текущая Версия 1.0
Последнее Обновление 2018-07-22
Дата публикации 2018-07-22
Рейтинг 5.00/5 Всего 2 оценок
Разработчик https://www.nzfun.cn
Электронная почта [email protected]
Тип оплаты free
URL страницы помощи https://www.nzfun.cn
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon_19.png",
            "38": "images\/icon_38.png"
        },
        "default_popup": "popup.html",
        "default_title": "Image Fetcher"
    },
    "author": "HTB",
    "content_scripts": [
        {
            "js": [
                "js\/content-script.js",
                "js\/jquery-3.2.1.min.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "web_accessible_resources": [
        "js\/fetch.js"
    ],
    "description": "Download all the images in the whole page by just one click!",
    "homepage_url": "https:\/\/www.nzfun.cn",
    "icons": {
        "128": "images\/icon_48.png",
        "19": "images\/icon_19.png",
        "38": "images\/icon_38.png"
    },
    "manifest_version": 2,
    "name": "Image Fetcher",
    "permissions": [
        "downloads",
        "contextMenus"
    ],
    "version": "1.0"
}