Avoid Duplicate Downloads
Save some space by avoiding duplicate download files! If you are tired of having download(1)(2).pdf in your Downloads folder, look…
Avoid Duplicate Downloadsとは何ですか?
Avoid Duplicate Downloadsはhttps://hlwjia.devによって開発されたChromeの拡張機能で、その主な機能は「Save some space by avoiding duplicate download files! If you are tired of having download(1)(2).pdf in your Downloads folder, look…」です。
拡張機能のスクリーンショット
Avoid Duplicate Downloads拡張機能のCRXファイルをダウンロード
Avoid Duplicate Downloads拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Save some space by avoiding duplicate download files! If you are tired of having download(1)(2).pdf in your Downloads folder, look no further. Chrome automatically appends (1) to the end of the filename if there's another file with the same name in the Downloads folder. With this extension, you'll be prompted with "save as" dialog for you to choose either rename the downloading file or overwrite the existing file. No more filename(1).pdf in your Downloads folder. This is also an open source project: https://github.com/hlwjia/avoid-duplicate-downloads-chrome-ext
拡張機能の基本情報
名前 | Avoid Duplicate Downloads |
ID | hdpfdoojepgnoecccacdohpoflflcdok |
公式URL | https://chromewebstore.google.com/detail/avoid-duplicate-downloads/hdpfdoojepgnoecccacdohpoflflcdok |
説明 | Save some space by avoiding duplicate download files! If you are tired of having download(1)(2).pdf in your Downloads folder, look… |
ファイルサイズ | 3.74 KB |
インストール数 | 1,000 |
現在のバージョン | 0.1 |
最終更新日 | 2023-11-06 |
公開日 | 2022-01-16 |
開発者 | https://hlwjia.dev |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Avoid Duplicate Downloads", "description": "", "version": "0.1", "author": "supjohn.com", "action": { "default_title": "No more abc(1).pdf" }, "permissions": [ "downloads" ], "background": { "service_worker": "background.js" } } |