Download Rename Helper

Remove redundant prefixes from files when you download a file

Download Rename Helper là gì?

Download Rename Helper là một tiện ích mở rộng Chrome được phát triển bởi elvissunlihe, và tính năng chính của nó là "Remove redundant prefixes from files when you download a file".

Ả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 Download Rename Helper

Tải xuống các tệp mở rộng Download Rename Helper 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 helps remove redundant prefixes from file names when downloading.

For example, it changes "fa3a732b7920453da814ed532e8f5663_4517_outline_2016" to "4517 outline 2016"

This is also an open source project, if you'd like to contribute, go to:
https://github.com/elvisun/iveyDownloadHelper                    

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

Tên Download Rename Helper Download Rename Helper
ID hcgadmglklkjlocclkijfjiaebomlini
URL Chính Thức https://chromewebstore.google.com/detail/download-rename-helper/hcgadmglklkjlocclkijfjiaebomlini
Mô tả Remove redundant prefixes from files when you download a file
Kích Thước Tệp 3.31 KB
Số Lần Cài Đặt 105
Phiên Bản Hiện Tại 0.3
Cập Nhật Lần Cuối 2017-02-13
Ngày Phát Hành 2017-02-13
Đánh Giá 4.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển elvissunlihe
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Download Rename Helper",
    "description": "Remove redundant prefixes from files when you download a file",
    "version": "0.3",
    "background": {
        "scripts": [
            "bg.js"
        ],
        "persistent": false
    },
    "permissions": [
        "downloads"
    ],
    "content_security_policy": "script-src 'self' chrome-extension-resource: 'unsafe-eval'; default-src 'self'",
    "manifest_version": 2
}