Organize Downloads by Date

Organizes your download folder by date. Example: YEAR/MONTH/FILE

What is Organize Downloads by Date?

Organize Downloads by Date is a Chrome extension developed by https://lucasbustamante.com.br, and its main feature is "Organizes your download folder by date. Example: YEAR/MONTH/FILE".

Extension Screenshots

screenshot

Download Organize Downloads by Date Extension CRX File

Download Organize Downloads by Date extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This extension automatically organizes your downloads by date, like so:

Before: Downloads/example.file
After:  Downloads/2018/10/example.file

This extension is open-source and available on GitHub:
https://github.com/Luc45/Organize-Downloads-by-Date-Chrome-Extension                    

Extension Basic Information

Name Organize Downloads by Date Organize Downloads by Date
ID ipjljbilkibpncgnagphiamkkdilbbki
Official URL https://chromewebstore.google.com/detail/organize-downloads-by-dat/ipjljbilkibpncgnagphiamkkdilbbki
Description Organizes your download folder by date. Example: YEAR/MONTH/FILE
File Size 7.89 KB
Installation Count 1,623
Current Version 1.1
Last Updated 2018-10-27
Publish Date 2018-10-27
Rating 5.00/5 Total 5 Ratings
Developer https://lucasbustamante.com.br
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Organize Downloads by Date",
    "description": "Organizes your download folder by date. Example: YEAR\/MONTH\/FILE",
    "version": "1.1",
    "background": {
        "scripts": [
            "bg.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "permissions": [
        "downloads"
    ],
    "content_security_policy": "script-src 'self'; default-src 'self'",
    "manifest_version": 2
}