Organize Downloads by Month
Automatically organize downloads inside default download location into sub-directories labelled by year and month.
Wat is Organize Downloads by Month?
Organize Downloads by Month is een Chrome-extensie ontwikkeld door paulpark03, en de belangrijkste functie is "Automatically organize downloads inside default download location into sub-directories labelled by year and month.".
Extensie Screenshots
Download het CRX-bestand van de extensie Organize Downloads by Month
Download Organize Downloads by Month-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Organize Downloads by Month |
ID | bjlglbbbnhbpbepkhdbajopdgdcjjhcc |
Officiële URL | https://chromewebstore.google.com/detail/organize-downloads-by-mon/bjlglbbbnhbpbepkhdbajopdgdcjjhcc |
Beschrijving | Automatically organize downloads inside default download location into sub-directories labelled by year and month. |
Bestandsgrootte | 3.9 KB |
Aantal Installaties | 215 |
Huidige Versie | 0.1 |
Laatst Bijgewerkt | 2023-12-18 |
Publicatiedatum | 2014-06-11 |
Beoordeling | 4.43/5 Totaal 7 Beoordelingen |
Ontwikkelaar | paulpark03 |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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 } |