Tabbed File Downloader

Easily download any files you have opened in tabs.

Tabbed File Downloader là gì?

Tabbed File Downloader là một tiện ích mở rộng Chrome được phát triển bởi devinscodev, và tính năng chính của nó là "Easily download any files you have opened in tabs.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Tabbed File Downloader

Tải xuống các tệp mở rộng Tabbed File Downloader dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Tabbed File Downloader Tabbed File Downloader
ID doibdlnmlhnkdgnnggeapbohablpilmj
URL Chính Thức https://chrome.google.com/webstore/detail/tabbed-file-downloader/doibdlnmlhnkdgnnggeapbohablpilmj
Mô tả Easily download any files you have opened in tabs.
Kích Thước Tệp 1010 KB
Số Lần Cài Đặt 66
Phiên Bản Hiện Tại 1.1.0
Cập Nhật Lần Cuối 2017-03-06
Ngày Phát Hành 2017-03-06
Đánh Giá 3.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển devinscodev
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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'"
}