Download Renamer

Check downloads and replace/remove illegal characters, simple fix for the single quote issue.

Download Renamer là gì?

Download Renamer là một tiện ích mở rộng Chrome được phát triển bởi Michael, và tính năng chính của nó là "Check downloads and replace/remove illegal characters, simple fix for the single quote issue.".

Ả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 Renamer

Tải xuống các tệp mở rộng Download Renamer 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 checks the filename of downloads, when it contains illegal characters they will be removed. Spaces will be replaced with underscores. This extension can be used as simple fix for the single quote (') problem.                    

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

Tên Download Renamer Download Renamer
ID bhgbjidhkpomdgkkgepcfdjcfjpdjcej
URL Chính Thức https://chromewebstore.google.com/detail/download-renamer/bhgbjidhkpomdgkkgepcfdjcfjpdjcej
Mô tả Check downloads and replace/remove illegal characters, simple fix for the single quote issue.
Kích Thước Tệp 7.94 KB
Số Lần Cài Đặt 30
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2019-02-21
Ngày Phát Hành 2019-02-21
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Michael
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Download Renamer",
    "version": "1.2",
    "description": "Check downloads and replace\/remove illegal characters, simple fix for the single quote issue.",
    "permissions": [
        "downloads"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistant": false
    },
    "icons": {
        "64": "icon64.png"
    },
    "manifest_version": 2
}