Remove line breaks

Remove line breaks

Remove line breaksとは何ですか?

Remove line breaksはhtconem81999hk67234によって開発されたChromeの拡張機能で、その主な機能は「Remove line breaks」です。

拡張機能のスクリーンショット

screenshot

Remove line breaks拡張機能のCRXファイルをダウンロード

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
Eメール [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"
    }
}