Download Renamer

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

什麼是Download Renamer?

Download Renamer是由Michael開發的Chrome擴展程式,該擴展的主要功能是“Check downloads and replace/remove illegal characters, simple fix for the single quote issue.”。

擴展截圖

screenshot

下載Download Renamer擴展crx文件

下載Download Renamer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Download Renamer Download Renamer
ID bhgbjidhkpomdgkkgepcfdjcfjpdjcej
官方網址 https://chromewebstore.google.com/detail/download-renamer/bhgbjidhkpomdgkkgepcfdjcfjpdjcej
簡介 Check downloads and replace/remove illegal characters, simple fix for the single quote issue.
檔案大小 7.94 KB
安裝次數 30
目前版本 1.2
更新時間 2019-02-21
上架時間 2019-02-21
評分 5.00/5 共 1 次評分
開發者 Michael
付費類型 free
支援的語言 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
}