Downloads Overwrite Already Existing Files

All downloads overwrite existing files instead of adding ' (1)', ' (2)', etc. Includes fix to remember folders.

Co to jest Downloads Overwrite Already Existing Files?

Downloads Overwrite Already Existing Files to rozszerzenie Chrome opracowane przez https://zach-adams.com, a jego główną funkcją jest „All downloads overwrite existing files instead of adding ' (1)', ' (2)', etc. Includes fix to remember folders.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Downloads Overwrite Already Existing Files

Pobierz pliki rozszerzeń Downloads Overwrite Already Existing Files 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

                        - 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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Downloads Overwrite Already Existing Files Downloads Overwrite Already Existing Files
ID lddjgfpjnifpeondafidennlcfagekbp
Oficjalny URL https://chromewebstore.google.com/detail/downloads-overwrite-alrea/lddjgfpjnifpeondafidennlcfagekbp
Opis All downloads overwrite existing files instead of adding ' (1)', ' (2)', etc. Includes fix to remember folders.
Rozmiar pliku 7.86 KB
Liczba instalacji 23,643
Aktualna Wersja 1.0.0
Ostatnia Aktualizacja 2021-10-08
Data Publikacji 2020-04-28
Ocena 4.95/5 Łącznie 37 Oceny
Deweloper https://zach-adams.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/zach-adams/downloads-overwrite-already-existing-files
Adres URL Strony Pomocy https://github.com/zach-adams/downloads-overwrite-already-existing-files/issues
Adres URL Strony Polityki Prywatności https://zach-adams.com/privacy-policy/chrome-extensions.txt
Obsługiwane Języki 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"
    ]
}