Tabbed File Downloader

Easily download any files you have opened in tabs.

Что такое Tabbed File Downloader?

Tabbed File Downloader - это расширение Chrome, разработанное devinscodev, и его основная функция - "Easily download any files you have opened in tabs.".

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

screenshot

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

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

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

                        You've opened a dozen or so documents (pdfs, images, etc) in their own tabs (eg. by right clicking on an image in a webpage and selecting 'Open image in new tab'). You want to download all of them in an organized manner without having to go through the process of SELECT TAB → RIGHT CLICK → SAVE AS → BROWSE TO DIRECTORY → SAVE → CLOSE TAB for each and every one. This extension can help.                    

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

Название Tabbed File Downloader Tabbed File Downloader
ID doibdlnmlhnkdgnnggeapbohablpilmj
Официальный URL https://chrome.google.com/webstore/detail/tabbed-file-downloader/doibdlnmlhnkdgnnggeapbohablpilmj
Описание Easily download any files you have opened in tabs.
Размер файла 1010 KB
Количество установок 66
Текущая Версия 1.1.0
Последнее Обновление 2017-03-06
Дата публикации 2017-03-06
Рейтинг 3.00/5 Всего 2 оценок
Разработчик devinscodev
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tabbed File Downloader",
    "version": "1.1.0",
    "short_name": "TFD",
    "description": "Easily download any files you have opened in tabs.",
    "background": {
        "persistent": true,
        "scripts": [
            "scripts\/extension.js"
        ]
    },
    "icons": {
        "48": "icons\/48.png",
        "144": "icons\/144.png"
    },
    "permissions": [
        "tabs",
        "downloads",
        "webRequest",
        ""
    ],
    "browser_action": {
        "default_title": "Download open files"
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}