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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automatically organize downloads inside default download location into sub-directories labelled by year and month."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Organize Downloads by Month एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
}