Downloads Overwrite Already Existing Files
All downloads overwrite existing files instead of adding ' (1)', ' (2)', etc. Includes fix to remember folders.
Qu'est-ce que Downloads Overwrite Already Existing Files ?
Downloads Overwrite Already Existing Files est une extension Chrome développée par https://zach-adams.com, et sa fonction principale est "All downloads overwrite existing files instead of adding ' (1)', ' (2)', etc. Includes fix to remember folders.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Downloads Overwrite Already Existing Files
Téléchargez les fichiers d'extension Downloads Overwrite Already Existing Files 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
- Very similar to the original "Downloads Overwrite Existing Files". This one includes a bug fix so it will remember your previous download folder, rather than default back to your default download folder. - Microsoft Edge Addon: https://microsoftedge.microsoft.com/addons/detail/dfnblaebmpjlokbkadgeaghajajidojj - See source code here: https://github.com/zach-adams/downloads-overwrite-already-existing-files - I am not responsible for lost/overwritten data. This does not compare the contents of files or the file modification time before overwriting, it only compares filenames.
Informations de Base sur l'Extension
Nom | Downloads Overwrite Already Existing Files |
ID | lddjgfpjnifpeondafidennlcfagekbp |
URL Officiel | https://chromewebstore.google.com/detail/downloads-overwrite-alrea/lddjgfpjnifpeondafidennlcfagekbp |
Description | All downloads overwrite existing files instead of adding ' (1)', ' (2)', etc. Includes fix to remember folders. |
Taille du Fichier | 7.86 KB |
Nombre d'Installations | 23,643 |
Version Actuelle | 1.0.0 |
Dernière Mise à Jour | 2021-10-08 |
Date de Publication | 2020-04-28 |
Évaluation | 4.95/5 Total 37 Évaluations |
Développeur | https://zach-adams.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/zach-adams/downloads-overwrite-already-existing-files |
URL de la Page d'Aide | https://github.com/zach-adams/downloads-overwrite-already-existing-files/issues |
URL de la Page de Politique de Confidentialité | https://zach-adams.com/privacy-policy/chrome-extensions.txt |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Downloads Overwrite Already Existing Files", "short_name": "Downloads Overwrite Existing Files", "description": "All downloads overwrite existing files instead of adding ' (1)', ' (2)', etc. Includes fix to remember folders.", "version": "1.0.0", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "homepage_url": "https:\/\/github.com\/zach-adams\/downloads-overwrite-already-existing-files", "background": { "service_worker": "bg.js" }, "permissions": [ "downloads" ] } |