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…
Vad är Avoid Duplicate Downloads?
Avoid Duplicate Downloads är en Chrome-tillägg utvecklad av https://hlwjia.dev, och dess huvudfunktion är "Save some space by avoiding duplicate download files! If you are tired of having download(1)(2).pdf in your Downloads folder, look…".
Tilläggsskärmbilder
Ladda ner Avoid Duplicate Downloads-förlängningens CRX-fil
Ladda ner Avoid Duplicate Downloads-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | Avoid Duplicate Downloads |
ID | hdpfdoojepgnoecccacdohpoflflcdok |
Officiell webbadress | https://chromewebstore.google.com/detail/avoid-duplicate-downloads/hdpfdoojepgnoecccacdohpoflflcdok |
Beskrivning | Save some space by avoiding duplicate download files! If you are tired of having download(1)(2).pdf in your Downloads folder, look… |
Filstorlek | 3.74 KB |
Antal Installationer | 1,000 |
Aktuell Version | 0.1 |
Senast Uppdaterad | 2023-11-06 |
Publiceringsdatum | 2022-01-16 |
Utvecklare | https://hlwjia.dev |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" } } |