Remove line breaks
Remove line breaks
什么是Remove line breaks?
Remove line breaks是由htconem81999hk67234开发的Chrome扩展程序,该扩展的主要功能是“Remove line breaks”。
扩展截图
下载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
扩展基本信息
名称 | |
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 |
电子邮箱 | [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" } } |