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 |
电子邮箱 | [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" } } |