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