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…
Wat is Avoid Duplicate Downloads?
Avoid Duplicate Downloads is een Chrome-extensie ontwikkeld door https://hlwjia.dev, en de belangrijkste functie is "Save some space by avoiding duplicate download files! If you are tired of having download(1)(2).pdf in your Downloads folder, look…".
Extensie Screenshots
Download het CRX-bestand van de extensie Avoid Duplicate Downloads
Download Avoid Duplicate Downloads-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Avoid Duplicate Downloads |
ID | hdpfdoojepgnoecccacdohpoflflcdok |
Officiële URL | https://chromewebstore.google.com/detail/avoid-duplicate-downloads/hdpfdoojepgnoecccacdohpoflflcdok |
Beschrijving | Save some space by avoiding duplicate download files! If you are tired of having download(1)(2).pdf in your Downloads folder, look… |
Bestandsgrootte | 3.74 KB |
Aantal Installaties | 1,000 |
Huidige Versie | 0.1 |
Laatst Bijgewerkt | 2023-11-06 |
Publicatiedatum | 2022-01-16 |
Ontwikkelaar | https://hlwjia.dev |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |