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 là gì?
Downloads Overwrite Already Existing Files là một tiện ích mở rộng Chrome được phát triển bởi https://zach-adams.com, và tính năng chính của nó là "All downloads overwrite existing files instead of adding ' (1)', ' (2)', etc. Includes fix to remember folders.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Downloads Overwrite Already Existing Files
Tải xuống các tệp mở rộng Downloads Overwrite Already Existing Files dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
- 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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Downloads Overwrite Already Existing Files |
ID | lddjgfpjnifpeondafidennlcfagekbp |
URL Chính Thức | https://chromewebstore.google.com/detail/downloads-overwrite-alrea/lddjgfpjnifpeondafidennlcfagekbp |
Mô tả | All downloads overwrite existing files instead of adding ' (1)', ' (2)', etc. Includes fix to remember folders. |
Kích Thước Tệp | 7.86 KB |
Số Lần Cài Đặt | 23,643 |
Phiên Bản Hiện Tại | 1.0.0 |
Cập Nhật Lần Cuối | 2021-10-08 |
Ngày Phát Hành | 2020-04-28 |
Đánh Giá | 4.95/5 Tổng số 37 Đánh Giá |
Nhà Phát Triển | https://zach-adams.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/zach-adams/downloads-overwrite-already-existing-files |
URL Trang Trợ Giúp | https://github.com/zach-adams/downloads-overwrite-already-existing-files/issues |
URL Trang Chính Sách Bảo Mật | https://zach-adams.com/privacy-policy/chrome-extensions.txt |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |