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.”。
扩展截图
下载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.
扩展基本信息
名称 | |
ID | bhgbjidhkpomdgkkgepcfdjcfjpdjcej |
官方URL | 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 } |