Download Renamer
Check downloads and replace/remove illegal characters, simple fix for the single quote issue.
Что такое Download Renamer?
Download Renamer - это расширение Chrome, разработанное Michael, и его основная функция - "Check downloads and replace/remove illegal characters, simple fix for the single quote issue.".
Снимки экрана расширения
Скачать файл CRX расширения Download Renamer
Скачайте файлы расширений Download Renamer в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
This extension checks the filename of downloads, when it contains illegal characters they will be removed. Spaces will be replaced with underscores. This extension can be used as simple fix for the single quote (') problem.
Основная информация о расширении
Название | |
ID | bhgbjidhkpomdgkkgepcfdjcfjpdjcej |
Официальный URL | https://chromewebstore.google.com/detail/download-renamer/bhgbjidhkpomdgkkgepcfdjcfjpdjcej |
Описание | Check downloads and replace/remove illegal characters, simple fix for the single quote issue. |
Размер файла | 7.94 KB |
Количество установок | 30 |
Текущая Версия | 1.2 |
Последнее Обновление | 2019-02-21 |
Дата публикации | 2019-02-21 |
Рейтинг | 5.00/5 Всего 1 оценок |
Разработчик | Michael |
Тип оплаты | free |
Поддерживаемые языки | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Download Renamer", "version": "1.2", "description": "Check downloads and replace\/remove illegal characters, simple fix for the single quote issue.", "permissions": [ "downloads" ], "background": { "scripts": [ "background.js" ], "persistant": false }, "icons": { "64": "icon64.png" }, "manifest_version": 2 } |