Remove line breaks

Remove line breaks

Apa itu Remove line breaks?

Remove line breaks adalah ekstensi Chrome yang dikembangkan oleh htconem81999hk67234, dan fitur utamanya adalah "Remove line breaks".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Remove line breaks

Unduh file ekstensi Remove line breaks dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Remove line breaks Remove line breaks
ID fkicibhmokfbhkngjnahahllkgkjlbob
URL Resmi https://chromewebstore.google.com/detail/remove-line-breaks/fkicibhmokfbhkngjnahahllkgkjlbob
Deskripsi Remove line breaks
Ukuran File 463 KB
Jumlah Instalasi 75
Versi Saat Ini 1.0.0
Terakhir Diperbarui 2023-07-21
Tanggal Publikasi 2023-06-06
Pengembang htconem81999hk67234
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://sites.google.com/view/extension-policy/home
Bahasa yang Didukung 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"
    }
}