Organize Downloads by Month
Automatically organize downloads inside default download location into sub-directories labelled by year and month.
O que é Organize Downloads by Month?
Organize Downloads by Month é uma extensão do Chrome desenvolvida por paulpark03, e sua principal característica é "Automatically organize downloads inside default download location into sub-directories labelled by year and month.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Organize Downloads by Month
Baixe arquivos de extensão Organize Downloads by Month 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
Automatically organize Downloads folder by year & month. Instructions: 1. Set "Download location" in Advanced Settings. 2. Download anything! 3. Find your download at "/ - /" For example, if you were downloading file named "helloworld.txt" on June 11, 2014 and your default Download location is set to "C:\Users\Paul\Downloads", then you'd find the downloaded file here: "C:\Users\Paul\Downloads\2014-06\helloworld.txt" This extension will work whether you have "Ask where to save each file before downloading" enabled or disabled. It's compatible with Saft Extension's Sort Download by Date function on Safari. The script is based on download_filename_controller sample extension.
Informações Básicas da Extensão
Nome | Organize Downloads by Month |
ID | bjlglbbbnhbpbepkhdbajopdgdcjjhcc |
URL Oficial | https://chromewebstore.google.com/detail/organize-downloads-by-mon/bjlglbbbnhbpbepkhdbajopdgdcjjhcc |
Descrição | Automatically organize downloads inside default download location into sub-directories labelled by year and month. |
Tamanho do Arquivo | 3.9 KB |
Contagem de Instalações | 215 |
Versão Atual | 0.1 |
Última Atualização | 2023-12-18 |
Data de Publicação | 2014-06-11 |
Classificação | 4.43/5 Total de 7 Avaliações |
Desenvolvedor | paulpark03 |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Organize Downloads by Month", "description": "Automatically organize downloads inside default download location into sub-directories labelled by year and month.", "version": "0.1", "background": { "scripts": [ "bg.js" ], "persistent": false }, "permissions": [ "downloads" ], "content_security_policy": "default-src 'none'; script-src 'self'", "manifest_version": 2 } |