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. 擴展基本資訊
| 名稱 | |
| ID | lddjgfpjnifpeondafidennlcfagekbp |
| 官方網址 | 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"
]
} | |