DownRight

Puts your DOWNloads in the RIGHT location.

O que é DownRight?

DownRight é uma extensão do Chrome desenvolvida por freenik, e sua principal característica é "Puts your DOWNloads in the RIGHT location.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão DownRight

Baixe arquivos de extensão DownRight no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome DownRight DownRight
ID hmfjendlfobofbmmjakjebmkdanhkagj
URL Oficial https://chromewebstore.google.com/detail/downright/hmfjendlfobofbmmjakjebmkdanhkagj
Descrição Puts your DOWNloads in the RIGHT location.
Tamanho do Arquivo 25.24 KB
Contagem de Instalações 17
Versão Atual 1.0.2
Última Atualização 2019-12-04
Data de Publicação 2019-12-02
Desenvolvedor freenik
Tipo de Pagamento free
Idiomas Suportados 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"
    ]
}