One Click Downloader
Automatically save downloaded files to different folders based on their type or name.
Cos'è One Click Downloader?
One Click Downloader è un'estensione di Chrome sviluppata da Till Haldimann, e la sua funzione principale è "Automatically save downloaded files to different folders based on their type or name.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione One Click Downloader
Scarica i file di estensione One Click 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
HOW DOES IT WORK? Right-click on a download link and choose "Set download folder..." from the context menu. Create a rule for the file, saying in which folder this file and similar ones should be saved. From now on, you can start downloads with a simple click and the files will end up in the right place. Files can be identified by their MIME type, file extension, name or URL.
Informazioni di Base sull'Estensione
Nome | |
ID | fbhngehflnenfeefgjfkflhbjaaffgkd |
URL Ufficiale | https://chrome.google.com/webstore/detail/one-click-downloader/fbhngehflnenfeefgjfkflhbjaaffgkd |
Descrizione | Automatically save downloaded files to different folders based on their type or name. |
Dimensione del File | 71.85 KB |
Conteggio Installazioni | 2,875 |
Versione Corrente | 1.2.3 |
Ultimo Aggiornamento | 2015-03-29 |
Data di Pubblicazione | 2015-03-29 |
Valutazione | 3.00/5 Totale 15 Valutazioni |
Sviluppatore | Till Haldimann |
Tipo di Pagamento | free |
Lingue Supportate | de,en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "default_locale": "en", "name": "__MSG_appName__", "short_name": "__MSG_appName__", "description": "__MSG_appDescription__", "version": "1.2.3", "author": "Till Haldimann", "icons": { "128": "graphics\/128.png", "48": "graphics\/48.png", "16": "graphics\/16.png" }, "permissions": [ "downloads", "contextMenus", "tabs", "storage" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "background": { "scripts": [ "scripts\/event.js" ], "persistent": false }, "options_page": "pages\/options.html" } |