Remove line breaks
Remove line breaks
Remove line breaksคืออะไร?
Remove line breaks เป็นส่วนขยายของ Chrome ที่พัฒนาโดย htconem81999hk67234 และคุณลักษณะหลักของมันคือ "Remove line breaks"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Remove line breaks
ดาวน์โหลดไฟล์ส่วนขยาย 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" } } |