Organize Downloads by Month

Automatically organize downloads inside default download location into sub-directories labelled by year and month.

什么是Organize Downloads by Month?

Organize Downloads by Month是由paulpark03开发的Chrome扩展程序,该扩展的主要功能是“Automatically organize downloads inside default download location into sub-directories labelled by year and month.”。

扩展截图

screenshot

下载Organize Downloads by Month扩展crx文件

下载Organize Downloads by Month扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Organize Downloads by Month Organize Downloads by Month
ID bjlglbbbnhbpbepkhdbajopdgdcjjhcc
官方URL https://chromewebstore.google.com/detail/organize-downloads-by-mon/bjlglbbbnhbpbepkhdbajopdgdcjjhcc
简介 Automatically organize downloads inside default download location into sub-directories labelled by year and month.
文件大小 3.9 KB
安装次数 215
当前版本 0.1
更新时间 2023-12-18
上架时间 2014-06-11
评分 4.43/5 共7次评分
开发者 paulpark03
电子邮箱 [email protected]
付费类型 free
支持的语言 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
}