Remove line breaks
Remove line breaks
Remove line breaks란 무엇입니까?
Remove line breaks은(는) htconem81999hk67234에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Remove line breaks"입니다.
확장 프로그램 스크린샷
Remove line breaks 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } } |