Remove line breaks

Remove line breaks

Что такое Remove line breaks?

Remove line breaks - это расширение Chrome, разработанное htconem81999hk67234, и его основная функция - "Remove line breaks".

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

screenshot

Скачать файл CRX расширения Remove line breaks

Скачайте файлы расширений Remove line breaks в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Use this utility to remove line breaks from a block of text with line breaks by following these steps.

See the instructions:
1. Type or paste text with line breaks into the input.
2. Click the "Generate" button.
3. Results will be displayed in the output                    

Основная информация о расширении

Название Remove line breaks Remove line breaks
ID fkicibhmokfbhkngjnahahllkgkjlbob
Официальный URL https://chromewebstore.google.com/detail/remove-line-breaks/fkicibhmokfbhkngjnahahllkgkjlbob
Описание Remove line breaks
Размер файла 463 KB
Количество установок 75
Текущая Версия 1.0.0
Последнее Обновление 2023-07-21
Дата публикации 2023-06-06
Разработчик htconem81999hk67234
Электронная почта [email protected]
Тип оплаты free
URL страницы политики конфиденциальности https://sites.google.com/view/extension-policy/home
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Remove line breaks",
    "version": "1.0.0",
    "version_name": "1.0.0",
    "description": "Remove line breaks",
    "action": {
        "default_icon": "icon-512.png",
        "default_popup": "popup.html"
    },
    "options_ui": {
        "page": "option.html",
        "open_in_tab": false
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "icons": {
        "16": "icon-512.png",
        "48": "icon-512.png",
        "128": "icon-512.png"
    }
}