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 |
| 官方網址 | 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"
}
} | |