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
官方網址 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
}