Custom Download Directory

Chrome extension to customise download directory based off metadata

What is Custom Download Directory?

Custom Download Directory is a Chrome extension developed by William Coates, and its main feature is "Chrome extension to customise download directory based off metadata".

Extension Screenshots

screenshot

Download Custom Download Directory Extension CRX File

Download Custom Download Directory 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

                        Allows you to customise how your downloads are organised on your computer, splitting downloads into separate folders based off date or time, using a format you pick.                    

Extension Basic Information

Name Custom Download Directory Custom Download Directory
ID obpicakemlpffjalkbfkkfifigjogjeo
Official URL https://chromewebstore.google.com/detail/custom-download-directory/obpicakemlpffjalkbfkkfifigjogjeo
Description Chrome extension to customise download directory based off metadata
File Size 12.02 KB
Installation Count 52
Current Version 1.0.2
Last Updated 2020-10-20
Publish Date 2020-09-12
Rating 5.00/5 Total 1 Ratings
Developer William Coates
Email [email protected]
Payment Type free
Extension Website https://github.com/WillCoates/CustomDownloadDir
Help Page URL https://github.com/WillCoates/CustomDownloadDir/issues
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Custom Download Directory",
    "version": "1.0.2",
    "description": "Chrome extension to customise download directory based off metadata",
    "icons": {
        "16": "icon\/icon16.png",
        "32": "icon\/icon32.png",
        "48": "icon\/icon48.png",
        "128": "icon\/icon128.png",
        "256": "icon\/icon256.png"
    },
    "author": "William Coates",
    "permissions": [
        "downloads",
        "storage"
    ],
    "background": {
        "scripts": [
            "defaults.js",
            "background.js"
        ],
        "persistent": false
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    }
}