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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
- 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" ] } |