Tabbed File Downloader

Easily download any files you have opened in tabs.

Vad är Tabbed File Downloader?

Tabbed File Downloader är en Chrome-tillägg utvecklad av devinscodev, och dess huvudfunktion är "Easily download any files you have opened in tabs.".

Tilläggsskärmbilder

screenshot

Ladda ner Tabbed File Downloader-förlängningens CRX-fil

Ladda ner Tabbed File Downloader-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Tabbed File Downloader Tabbed File Downloader
ID doibdlnmlhnkdgnnggeapbohablpilmj
Officiell webbadress https://chrome.google.com/webstore/detail/tabbed-file-downloader/doibdlnmlhnkdgnnggeapbohablpilmj
Beskrivning Easily download any files you have opened in tabs.
Filstorlek 1010 KB
Antal Installationer 66
Aktuell Version 1.1.0
Senast Uppdaterad 2017-03-06
Publiceringsdatum 2017-03-06
Betyg 3.00/5 Totalt 2 Betyg
Utvecklare devinscodev
E-post [email protected]
Betalningssätt free
Stödda Språk 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'"
}