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
Eメール [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'"
}