Custom Download Directory

Chrome extension to customise download directory based off metadata

Apa itu Custom Download Directory?

Custom Download Directory adalah ekstensi Chrome yang dikembangkan oleh William Coates, dan fitur utamanya adalah "Chrome extension to customise download directory based off metadata".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Custom Download Directory

Unduh file ekstensi Custom Download Directory dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Custom Download Directory Custom Download Directory
ID obpicakemlpffjalkbfkkfifigjogjeo
URL Resmi https://chromewebstore.google.com/detail/custom-download-directory/obpicakemlpffjalkbfkkfifigjogjeo
Deskripsi Chrome extension to customise download directory based off metadata
Ukuran File 12.02 KB
Jumlah Instalasi 52
Versi Saat Ini 1.0.2
Terakhir Diperbarui 2020-10-20
Tanggal Publikasi 2020-09-12
Penilaian 5.00/5 Total 1 Penilaian
Pengembang William Coates
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/WillCoates/CustomDownloadDir
URL Halaman Bantuan https://github.com/WillCoates/CustomDownloadDir/issues
Bahasa yang Didukung 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
    }
}