Remove line breaks

Remove line breaks

Cos'è Remove line breaks?

Remove line breaks è un'estensione di Chrome sviluppata da htconem81999hk67234, e la sua funzione principale è "Remove line breaks".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Remove line breaks

Scarica i file di estensione Remove line breaks in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Remove line breaks Remove line breaks
ID fkicibhmokfbhkngjnahahllkgkjlbob
URL Ufficiale https://chromewebstore.google.com/detail/remove-line-breaks/fkicibhmokfbhkngjnahahllkgkjlbob
Descrizione Remove line breaks
Dimensione del File 463 KB
Conteggio Installazioni 75
Versione Corrente 1.0.0
Ultimo Aggiornamento 2023-07-21
Data di Pubblicazione 2023-06-06
Sviluppatore htconem81999hk67234
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://sites.google.com/view/extension-policy/home
Lingue Supportate 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"
    }
}