Download Rename Helper
Remove redundant prefixes from files when you download a file
什么是Download Rename Helper?
Download Rename Helper是由elvissunlihe开发的Chrome扩展程序,该扩展的主要功能是“Remove redundant prefixes from files when you download a file”。
扩展截图
下载Download Rename Helper扩展crx文件
下载Download Rename Helper扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | Download Rename Helper |
ID | hcgadmglklkjlocclkijfjiaebomlini |
官方URL | https://chromewebstore.google.com/detail/download-rename-helper/hcgadmglklkjlocclkijfjiaebomlini |
简介 | Remove redundant prefixes from files when you download a file |
文件大小 | 3.31 KB |
安装次数 | 105 |
当前版本 | 0.3 |
更新时间 | 2017-02-13 |
上架时间 | 2017-02-13 |
评分 | 4.00/5 共4次评分 |
开发者 | elvissunlihe |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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 } |