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" ] } |