Downloads Overwrite Already Existing Files
All downloads overwrite existing files instead of adding ' (1)', ' (2)', etc. Includes fix to remember folders.
Vad är Downloads Overwrite Already Existing Files?
Downloads Overwrite Already Existing Files är en Chrome-tillägg utvecklad av https://zach-adams.com, och dess huvudfunktion är "All downloads overwrite existing files instead of adding ' (1)', ' (2)', etc. Includes fix to remember folders.".
Tilläggsskärmbilder
Ladda ner Downloads Overwrite Already Existing Files-förlängningens CRX-fil
Ladda ner Downloads Overwrite Already Existing Files-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
- 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.
Grundläggande Information om Tillägg
Namn | Downloads Overwrite Already Existing Files |
ID | lddjgfpjnifpeondafidennlcfagekbp |
Officiell webbadress | https://chromewebstore.google.com/detail/downloads-overwrite-alrea/lddjgfpjnifpeondafidennlcfagekbp |
Beskrivning | All downloads overwrite existing files instead of adding ' (1)', ' (2)', etc. Includes fix to remember folders. |
Filstorlek | 7.86 KB |
Antal Installationer | 23,643 |
Aktuell Version | 1.0.0 |
Senast Uppdaterad | 2021-10-08 |
Publiceringsdatum | 2020-04-28 |
Betyg | 4.95/5 Totalt 37 Betyg |
Utvecklare | https://zach-adams.com |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/zach-adams/downloads-overwrite-already-existing-files |
Hjälpsida URL | https://github.com/zach-adams/downloads-overwrite-already-existing-files/issues |
URL till Sekretesspolicy Sidan | https://zach-adams.com/privacy-policy/chrome-extensions.txt |
Stödda Språk | 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" ] } |