Downloads Router - with overwrite

Organize your downloads automatically! Set custom download locations based on filename.

Cos'è Downloads Router - with overwrite?

Downloads Router - with overwrite è un'estensione di Chrome sviluppata da cdrosenlund.dev, e la sua funzione principale è "Organize your downloads automatically! Set custom download locations based on filename.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Downloads Router - with overwrite

Scarica i file di estensione Downloads Router - with overwrite 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

                        This extension will route downloaded files to specified folders on your computer. Can be done using regex of content name. There is an option to have the downloaded content to overwrite the name if a duplicate is found.                    

Informazioni di Base sull'Estensione

Nome Downloads Router - with overwrite Downloads Router - with overwrite
ID gdhonnfhmbfjipjbjineecnknbpjeemh
URL Ufficiale https://chromewebstore.google.com/detail/downloads-router-with-ove/gdhonnfhmbfjipjbjineecnknbpjeemh
Descrizione Organize your downloads automatically! Set custom download locations based on filename.
Dimensione del File 18.49 KB
Conteggio Installazioni 92
Versione Corrente 1.0.2
Ultimo Aggiornamento 2017-06-30
Data di Pubblicazione 2017-06-30
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore cdrosenlund.dev
Tipo di Pagamento free
Lingue Supportate en,es,sv
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "short_name": "DLRouter",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.0.2",
    "options_page": "options.html",
    "permissions": [
        "downloads"
    ],
    "background": {
        "scripts": [
            "manager.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "data\/icon16.png",
        "32": "data\/icon32.png",
        "48": "data\/icon48.png",
        "128": "data\/icon128.png"
    }
}