Downloads Router - with overwrite

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

Что такое Downloads Router - with overwrite?

Downloads Router - with overwrite - это расширение Chrome, разработанное cdrosenlund.dev, и его основная функция - "Organize your downloads automatically! Set custom download locations based on filename.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Downloads Router - with overwrite

Скачайте файлы расширений Downloads Router - with overwrite в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Downloads Router - with overwrite Downloads Router - with overwrite
ID gdhonnfhmbfjipjbjineecnknbpjeemh
Официальный URL https://chromewebstore.google.com/detail/downloads-router-with-ove/gdhonnfhmbfjipjbjineecnknbpjeemh
Описание Organize your downloads automatically! Set custom download locations based on filename.
Размер файла 18.49 KB
Количество установок 92
Текущая Версия 1.0.2
Последнее Обновление 2017-06-30
Дата публикации 2017-06-30
Рейтинг 5.00/5 Всего 2 оценок
Разработчик cdrosenlund.dev
Тип оплаты free
Поддерживаемые языки 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"
    }
}