Organize Downloads by Month

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

Qu'est-ce que Organize Downloads by Month ?

Organize Downloads by Month est une extension Chrome développée par paulpark03, et sa fonction principale est "Automatically organize downloads inside default download location into sub-directories labelled by year and month.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Organize Downloads by Month

Téléchargez les fichiers d'extension Organize Downloads by Month au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Organize Downloads by Month Organize Downloads by Month
ID bjlglbbbnhbpbepkhdbajopdgdcjjhcc
URL Officiel https://chromewebstore.google.com/detail/organize-downloads-by-mon/bjlglbbbnhbpbepkhdbajopdgdcjjhcc
Description Automatically organize downloads inside default download location into sub-directories labelled by year and month.
Taille du Fichier 3.9 KB
Nombre d'Installations 215
Version Actuelle 0.1
Dernière Mise à Jour 2023-12-18
Date de Publication 2014-06-11
Évaluation 4.43/5 Total 7 Évaluations
Développeur paulpark03
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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
}