Downloads Router - with overwrite

Organize your downloads automatically! Set custom download locations based on filename.

Downloads Router - with overwrite là gì?

Downloads Router - with overwrite là một tiện ích mở rộng Chrome được phát triển bởi cdrosenlund.dev, và tính năng chính của nó là "Organize your downloads automatically! Set custom download locations based on filename.".

Ả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 Downloads Router - with overwrite

Tải xuống các tệp mở rộng Downloads Router - with overwrite 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

                        This extension will route downloaded files to specified folders on your computer. Can be done using regex of content name. There is an option to have the downloaded content to overwrite the name if a duplicate is found.                    

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

Tên Downloads Router - with overwrite Downloads Router - with overwrite
ID gdhonnfhmbfjipjbjineecnknbpjeemh
URL Chính Thức https://chromewebstore.google.com/detail/downloads-router-with-ove/gdhonnfhmbfjipjbjineecnknbpjeemh
Mô tả Organize your downloads automatically! Set custom download locations based on filename.
Kích Thước Tệp 18.49 KB
Số Lần Cài Đặt 92
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2017-06-30
Ngày Phát Hành 2017-06-30
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển cdrosenlund.dev
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en,es,sv
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "short_name": "DLRouter",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.0.2",
    "options_page": "options.html",
    "permissions": [
        "downloads"
    ],
    "background": {
        "scripts": [
            "manager.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "data\/icon16.png",
        "32": "data\/icon32.png",
        "48": "data\/icon48.png",
        "128": "data\/icon128.png"
    }
}