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
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 | |
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 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", " |