Remove line breaks

Remove line breaks

Remove line breaks là gì?

Remove line breaks là một tiện ích mở rộng Chrome được phát triển bởi htconem81999hk67234, và tính năng chính của nó là "Remove line breaks".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Remove line breaks

Tải xuống các tệp mở rộng Remove line breaks dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Remove line breaks Remove line breaks
ID fkicibhmokfbhkngjnahahllkgkjlbob
URL Chính Thức https://chromewebstore.google.com/detail/remove-line-breaks/fkicibhmokfbhkngjnahahllkgkjlbob
Mô tả Remove line breaks
Kích Thước Tệp 463 KB
Số Lần Cài Đặt 75
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2023-07-21
Ngày Phát Hành 2023-06-06
Nhà Phát Triển htconem81999hk67234
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://sites.google.com/view/extension-policy/home
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}