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 |
| 公式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 |
| Eメール | [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
} | |