Organize Downloads by Month

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

Organize Downloads by Month là gì?

Organize Downloads by Month là một tiện ích mở rộng Chrome được phát triển bởi paulpark03, và tính năng chính của nó là "Automatically organize downloads inside default download location into sub-directories labelled by year and month.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Organize Downloads by Month

Tải xuống các tệp mở rộng Organize Downloads by Month dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Organize Downloads by Month Organize Downloads by Month
ID bjlglbbbnhbpbepkhdbajopdgdcjjhcc
URL Chính Thức https://chromewebstore.google.com/detail/organize-downloads-by-mon/bjlglbbbnhbpbepkhdbajopdgdcjjhcc
Mô tả Automatically organize downloads inside default download location into sub-directories labelled by year and month.
Kích Thước Tệp 3.9 KB
Số Lần Cài Đặt 215
Phiên Bản Hiện Tại 0.1
Cập Nhật Lần Cuối 2023-12-18
Ngày Phát Hành 2014-06-11
Đánh Giá 4.43/5 Tổng số 7 Đánh Giá
Nhà Phát Triển paulpark03
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}