Tabbed File Downloader

Easily download any files you have opened in tabs.

Cos'è Tabbed File Downloader?

Tabbed File Downloader è un'estensione di Chrome sviluppata da devinscodev, e la sua funzione principale è "Easily download any files you have opened in tabs.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Tabbed File Downloader

Scarica i file di estensione Tabbed File Downloader in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Tabbed File Downloader Tabbed File Downloader
ID doibdlnmlhnkdgnnggeapbohablpilmj
URL Ufficiale https://chrome.google.com/webstore/detail/tabbed-file-downloader/doibdlnmlhnkdgnnggeapbohablpilmj
Descrizione Easily download any files you have opened in tabs.
Dimensione del File 1010 KB
Conteggio Installazioni 66
Versione Corrente 1.1.0
Ultimo Aggiornamento 2017-03-06
Data di Pubblicazione 2017-03-06
Valutazione 3.00/5 Totale 2 Valutazioni
Sviluppatore devinscodev
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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'"
}