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 } |