Remove line breaks
Remove line breaks
What is Remove line breaks?
Remove line breaks is a Chrome extension developed by htconem81999hk67234, and its main feature is "Remove line breaks".
Extension Screenshots
Download Remove line breaks Extension CRX File
Download Remove line breaks extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | |
ID | fkicibhmokfbhkngjnahahllkgkjlbob |
Official URL | https://chromewebstore.google.com/detail/remove-line-breaks/fkicibhmokfbhkngjnahahllkgkjlbob |
Description | Remove line breaks |
File Size | 463 KB |
Installation Count | 75 |
Current Version | 1.0.0 |
Last Updated | 2023-07-21 |
Publish Date | 2023-06-06 |
Developer | htconem81999hk67234 |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://sites.google.com/view/extension-policy/home |
Supported Languages | 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" } } |