Downloads Router - with overwrite

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

Co to jest Downloads Router - with overwrite?

Downloads Router - with overwrite to rozszerzenie Chrome opracowane przez cdrosenlund.dev, a jego główną funkcją jest „Organize your downloads automatically! Set custom download locations based on filename.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Downloads Router - with overwrite

Pobierz pliki rozszerzeń Downloads Router - with overwrite w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Downloads Router - with overwrite Downloads Router - with overwrite
ID gdhonnfhmbfjipjbjineecnknbpjeemh
Oficjalny URL https://chromewebstore.google.com/detail/downloads-router-with-ove/gdhonnfhmbfjipjbjineecnknbpjeemh
Opis Organize your downloads automatically! Set custom download locations based on filename.
Rozmiar pliku 18.49 KB
Liczba instalacji 92
Aktualna Wersja 1.0.2
Ostatnia Aktualizacja 2017-06-30
Data Publikacji 2017-06-30
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper cdrosenlund.dev
Typ Płatności free
Obsługiwane Języki 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"
    }
}