Remove line breaks

Remove line breaks

Co to jest Remove line breaks?

Remove line breaks to rozszerzenie Chrome opracowane przez htconem81999hk67234, a jego główną funkcją jest „Remove line breaks”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Remove line breaks

Pobierz pliki rozszerzeń Remove line breaks 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

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Remove line breaks Remove line breaks
ID fkicibhmokfbhkngjnahahllkgkjlbob
Oficjalny URL https://chromewebstore.google.com/detail/remove-line-breaks/fkicibhmokfbhkngjnahahllkgkjlbob
Opis Remove line breaks
Rozmiar pliku 463 KB
Liczba instalacji 75
Aktualna Wersja 1.0.0
Ostatnia Aktualizacja 2023-07-21
Data Publikacji 2023-06-06
Deweloper htconem81999hk67234
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://sites.google.com/view/extension-policy/home
Obsługiwane Języki 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"
    }
}