GetThemAll

Download all the images on a webpage

Что такое GetThemAll?

GetThemAll - это расширение Chrome, разработанное federerchou, и его основная функция - "Download all the images on a webpage".

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

screenshot

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

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

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

                        You can use this extension to download all the images on a webpage. You can specify the folder you want these images to save to.                    

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

Название GetThemAll GetThemAll
ID fhkjfciooifcflkailbnchdaihccdebf
Официальный URL https://chrome.google.com/webstore/detail/getthemall/fhkjfciooifcflkailbnchdaihccdebf
Описание Download all the images on a webpage
Размер файла 207 KB
Количество установок 31,420
Текущая Версия 1.2.3
Последнее Обновление 2018-01-25
Дата публикации 2018-01-25
Рейтинг 2.32/5 Всего 119 оценок
Разработчик federerchou
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "GetThemAll",
    "description": "Download all the images on a webpage",
    "version": "1.2.3",
    "author": "[email protected]",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "index.html",
        "default_title": "GetThemAll"
    },
    "background": {
        "scripts": [
            "manager.js"
        ]
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "downloads",
        "file:\/\/*"
    ]
}