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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย paulpark03 และคุณลักษณะหลักของมันคือ "Automatically organize downloads inside default download location into sub-directories labelled by year and month."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Organize Downloads by Month

ดาวน์โหลดไฟล์ส่วนขยาย 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
}