Custom Download Directory

Chrome extension to customise download directory based off metadata

Custom Download Directory là gì?

Custom Download Directory là một tiện ích mở rộng Chrome được phát triển bởi William Coates, và tính năng chính của nó là "Chrome extension to customise download directory based off metadata".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Custom Download Directory

Tải xuống các tệp mở rộng Custom Download Directory dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Custom Download Directory Custom Download Directory
ID obpicakemlpffjalkbfkkfifigjogjeo
URL Chính Thức https://chromewebstore.google.com/detail/custom-download-directory/obpicakemlpffjalkbfkkfifigjogjeo
Mô tả Chrome extension to customise download directory based off metadata
Kích Thước Tệp 12.02 KB
Số Lần Cài Đặt 52
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2020-10-20
Ngày Phát Hành 2020-09-12
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển William Coates
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/WillCoates/CustomDownloadDir
URL Trang Trợ Giúp https://github.com/WillCoates/CustomDownloadDir/issues
Ngôn Ngữ Được Hỗ Trợ 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
    }
}