Downloads Overwrite Already Existing Files
All downloads overwrite existing files instead of adding ' (1)', ' (2)', etc. Includes fix to remember folders.
Τι είναι το Downloads Overwrite Already Existing Files;
Το Downloads Overwrite Already Existing Files είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://zach-adams.com, και η κύρια λειτουργία του είναι "All downloads overwrite existing files instead of adding ' (1)', ' (2)', etc. Includes fix to remember folders.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Downloads Overwrite Already Existing Files
Λήψη αρχείων επέκτασης Downloads Overwrite Already Existing Files σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
- 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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Downloads Overwrite Already Existing Files |
ID | lddjgfpjnifpeondafidennlcfagekbp |
Επίσημο URL | https://chromewebstore.google.com/detail/downloads-overwrite-alrea/lddjgfpjnifpeondafidennlcfagekbp |
Περιγραφή | All downloads overwrite existing files instead of adding ' (1)', ' (2)', etc. Includes fix to remember folders. |
Μέγεθος Αρχείου | 7.86 KB |
Αριθμός Εγκαταστάσεων | 23,643 |
Τρέχουσα Έκδοση | 1.0.0 |
Τελευταία Ενημέρωση | 2021-10-08 |
Ημερομηνία Δημοσίευσης | 2020-04-28 |
Αξιολόγηση | 4.95/5 Συνολικά 37 Αξιολογήσεις |
Προγραμματιστής | https://zach-adams.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://github.com/zach-adams/downloads-overwrite-already-existing-files |
Διεύθυνση URL της Σελίδας Βοήθειας | https://github.com/zach-adams/downloads-overwrite-already-existing-files/issues |
URL της Σελίδας Πολιτικής Απορρήτου | https://zach-adams.com/privacy-policy/chrome-extensions.txt |
Υποστηριζόμενες Γλώσσες | 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" ] } |