Tabbed File Downloader

Easily download any files you have opened in tabs.

Was ist Tabbed File Downloader?

Tabbed File Downloader ist eine Chrome-Erweiterung, die von devinscodev entwickelt wurde, und ihr Hauptmerkmal ist "Easily download any files you have opened in tabs.".

Erweiterungsscreenshots

screenshot

Tabbed File Downloader-Erweiterungs-CRX-Datei herunterladen

Laden Sie Tabbed File Downloader-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Tabbed File Downloader Tabbed File Downloader
ID doibdlnmlhnkdgnnggeapbohablpilmj
Offizielle URL https://chrome.google.com/webstore/detail/tabbed-file-downloader/doibdlnmlhnkdgnnggeapbohablpilmj
Beschreibung Easily download any files you have opened in tabs.
Dateigröße 1010 KB
Installationsanzahl 66
Aktuelle Version 1.1.0
Letztes Update 2017-03-06
Veröffentlichungsdatum 2017-03-06
Bewertung 3.00/5 Insgesamt 2 Bewertungen
Entwickler devinscodev
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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'"
}