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…
Co to jest Avoid Duplicate Downloads?
Avoid Duplicate Downloads to rozszerzenie Chrome opracowane przez https://hlwjia.dev, a jego główną funkcją jest „Save some space by avoiding duplicate download files! If you are tired of having download(1)(2).pdf in your Downloads folder, look…”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Avoid Duplicate Downloads
Pobierz pliki rozszerzeń Avoid Duplicate Downloads w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | Avoid Duplicate Downloads |
ID | hdpfdoojepgnoecccacdohpoflflcdok |
Oficjalny URL | https://chromewebstore.google.com/detail/avoid-duplicate-downloads/hdpfdoojepgnoecccacdohpoflflcdok |
Opis | Save some space by avoiding duplicate download files! If you are tired of having download(1)(2).pdf in your Downloads folder, look… |
Rozmiar pliku | 3.74 KB |
Liczba instalacji | 1,000 |
Aktualna Wersja | 0.1 |
Ostatnia Aktualizacja | 2023-11-06 |
Data Publikacji | 2022-01-16 |
Deweloper | https://hlwjia.dev |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" } } |