DownRight

Puts your DOWNloads in the RIGHT location.

Что такое DownRight?

DownRight - это расширение Chrome, разработанное freenik, и его основная функция - "Puts your DOWNloads in the RIGHT location.".

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

screenshot
screenshot

Скачать файл CRX расширения DownRight

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

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

                        Puts your DOWNloads in the RIGHT location. The extension will create sub-folders based on the file type to prevent dowloads folder from turning into trash can. Coming soon: Categorization based on download source.                    

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

Название DownRight DownRight
ID hmfjendlfobofbmmjakjebmkdanhkagj
Официальный URL https://chromewebstore.google.com/detail/downright/hmfjendlfobofbmmjakjebmkdanhkagj
Описание Puts your DOWNloads in the RIGHT location.
Размер файла 25.24 KB
Количество установок 17
Текущая Версия 1.0.2
Последнее Обновление 2019-12-04
Дата публикации 2019-12-02
Разработчик freenik
Тип оплаты free
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "DownRight",
    "version": "1.0.2",
    "description": "Puts your DOWNloads in the RIGHT location.",
    "icons": {
        "48": "icons\/border-48.png",
        "96": "icons\/border-96.png",
        "512": "icons\/border-512.png"
    },
    "background": {
        "persistent": true,
        "scripts": [
            "lib\/downloadManager.js",
            "lib\/downloadLocationRules.js",
            "background.js"
        ]
    },
    "permissions": [
        "contextMenus",
        "downloads",
        "management"
    ]
}