Avoid Duplicate Downloads
Save some space by avoiding duplicate download files! If you are tired of having download(1)(2).pdf in your Downloads folder, look…
Avoid Duplicate Downloads란 무엇입니까?
Avoid Duplicate Downloads은(는) https://hlwjia.dev에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Save some space by avoiding duplicate download files! If you are tired of having download(1)(2).pdf in your Downloads folder, look…"입니다.
확장 프로그램 스크린샷
Avoid Duplicate Downloads 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Save some space by avoiding duplicate download files! If you are tired of having download(1)(2).pdf in your Downloads folder, look no further. Chrome automatically appends (1) to the end of the filename if there's another file with the same name in the Downloads folder. With this extension, you'll be prompted with "save as" dialog for you to choose either rename the downloading file or overwrite the existing file. No more filename(1).pdf in your Downloads folder. This is also an open source project: https://github.com/hlwjia/avoid-duplicate-downloads-chrome-ext
확장 프로그램 기본 정보
이름 | Avoid Duplicate Downloads |
ID | hdpfdoojepgnoecccacdohpoflflcdok |
공식 URL | https://chromewebstore.google.com/detail/avoid-duplicate-downloads/hdpfdoojepgnoecccacdohpoflflcdok |
설명 | Save some space by avoiding duplicate download files! If you are tired of having download(1)(2).pdf in your Downloads folder, look… |
파일 크기 | 3.74 KB |
설치 횟수 | 1,000 |
현재 버전 | 0.1 |
최근 업데이트 | 2023-11-06 |
출시 날짜 | 2022-01-16 |
개발자 | https://hlwjia.dev |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Avoid Duplicate Downloads", "description": "", "version": "0.1", "author": "supjohn.com", "action": { "default_title": "No more abc(1).pdf" }, "permissions": [ "downloads" ], "background": { "service_worker": "background.js" } } |