Download Rename Helper
Remove redundant prefixes from files when you download a file
What is Download Rename Helper?
Download Rename Helper is a Chrome extension developed by elvissunlihe, and its main feature is "Remove redundant prefixes from files when you download a file".
Extension Screenshots
Download Download Rename Helper Extension CRX File
Download Download Rename Helper extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Download Rename Helper |
ID | hcgadmglklkjlocclkijfjiaebomlini |
Official URL | https://chromewebstore.google.com/detail/download-rename-helper/hcgadmglklkjlocclkijfjiaebomlini |
Description | Remove redundant prefixes from files when you download a file |
File Size | 3.31 KB |
Installation Count | 105 |
Current Version | 0.3 |
Last Updated | 2017-02-13 |
Publish Date | 2017-02-13 |
Rating | 4.00/5 Total 4 Ratings |
Developer | elvissunlihe |
[email protected] | |
Payment Type | free |
Supported Languages | 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 } |