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 擴展基本資訊
| 名稱 | |
| ID | hcgadmglklkjlocclkijfjiaebomlini |
| 官方網址 | 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
} | |