Custom Download Directory

Chrome extension to customise download directory based off metadata

Qu'est-ce que Custom Download Directory ?

Custom Download Directory est une extension Chrome développée par William Coates, et sa fonction principale est "Chrome extension to customise download directory based off metadata".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Custom Download Directory

Téléchargez les fichiers d'extension Custom Download Directory 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

                        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.                    

Informations de Base sur l'Extension

Nom Custom Download Directory Custom Download Directory
ID obpicakemlpffjalkbfkkfifigjogjeo
URL Officiel https://chromewebstore.google.com/detail/custom-download-directory/obpicakemlpffjalkbfkkfifigjogjeo
Description Chrome extension to customise download directory based off metadata
Taille du Fichier 12.02 KB
Nombre d'Installations 52
Version Actuelle 1.0.2
Dernière Mise à Jour 2020-10-20
Date de Publication 2020-09-12
Évaluation 5.00/5 Total 1 Évaluations
Développeur William Coates
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/WillCoates/CustomDownloadDir
URL de la Page d'Aide https://github.com/WillCoates/CustomDownloadDir/issues
Langues Prises en Charge 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
    }
}