Downloads Router - with overwrite

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

Co je Downloads Router - with overwrite?

Downloads Router - with overwrite je rozšíření Chrome vyvinuté cdrosenlund.dev, a jeho hlavní funkcí je „Organize your downloads automatically! Set custom download locations based on filename.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Downloads Router - with overwrite

Stáhněte si soubory rozšíření Downloads Router - with overwrite ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Downloads Router - with overwrite Downloads Router - with overwrite
ID gdhonnfhmbfjipjbjineecnknbpjeemh
Oficiální URL https://chromewebstore.google.com/detail/downloads-router-with-ove/gdhonnfhmbfjipjbjineecnknbpjeemh
Popis Organize your downloads automatically! Set custom download locations based on filename.
Velikost souboru 18.49 KB
Počet instalací 92
Aktuální Verze 1.0.2
Poslední Aktualizace 2017-06-30
Datum Vydání 2017-06-30
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář cdrosenlund.dev
Typ Platby free
Podporované Jazyky 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"
    }
}