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是由https://zach-adams.com开发的Chrome扩展程序,该扩展的主要功能是“All downloads overwrite existing files instead of adding ' (1)', ' (2)', etc. Includes fix to remember folders.”。
扩展截图
下载Downloads Overwrite Already Existing Files扩展crx文件
下载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" ] } |