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…
Qu'est-ce que Avoid Duplicate Downloads ?
Avoid Duplicate Downloads est une extension Chrome développée par https://hlwjia.dev, et sa fonction principale est "Save some space by avoiding duplicate download files! If you are tired of having download(1)(2).pdf in your Downloads folder, look…".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Avoid Duplicate Downloads
Téléchargez les fichiers d'extension Avoid Duplicate Downloads au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Avoid Duplicate Downloads |
ID | hdpfdoojepgnoecccacdohpoflflcdok |
URL Officiel | https://chromewebstore.google.com/detail/avoid-duplicate-downloads/hdpfdoojepgnoecccacdohpoflflcdok |
Description | Save some space by avoiding duplicate download files! If you are tired of having download(1)(2).pdf in your Downloads folder, look… |
Taille du Fichier | 3.74 KB |
Nombre d'Installations | 1,000 |
Version Actuelle | 0.1 |
Dernière Mise à Jour | 2023-11-06 |
Date de Publication | 2022-01-16 |
Développeur | https://hlwjia.dev |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |