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

Снимки экрана расширения

screenshot

Скачать файл 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 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"
    ]
}