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 |
官方網址 | 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" } } |