Tabbed File Downloader

Easily download any files you have opened in tabs.

什么是Tabbed File Downloader?

Tabbed File Downloader是由devinscodev开发的Chrome扩展程序,该扩展的主要功能是“Easily download any files you have opened in tabs.”。

扩展截图

screenshot

下载Tabbed File Downloader扩展crx文件

下载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'"
}