Tabbed File Downloader

Easily download any files you have opened in tabs.

Qu'est-ce que Tabbed File Downloader ?

Tabbed File Downloader est une extension Chrome développée par devinscodev, et sa fonction principale est "Easily download any files you have opened in tabs.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Tabbed File Downloader

Téléchargez les fichiers d'extension Tabbed File Downloader au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Tabbed File Downloader Tabbed File Downloader
ID doibdlnmlhnkdgnnggeapbohablpilmj
URL Officiel https://chrome.google.com/webstore/detail/tabbed-file-downloader/doibdlnmlhnkdgnnggeapbohablpilmj
Description Easily download any files you have opened in tabs.
Taille du Fichier 1010 KB
Nombre d'Installations 66
Version Actuelle 1.1.0
Dernière Mise à Jour 2017-03-06
Date de Publication 2017-03-06
Évaluation 3.00/5 Total 2 Évaluations
Développeur devinscodev
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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'"
}