Text Cleaner (텍스트 정리)

Clean text for purpose (remove newline, or remove '\', '/', ':', '*', '?', '"', '<', '>', '|')

¿Qué es Text Cleaner (텍스트 정리)?

Text Cleaner (텍스트 정리) es una extensión de Chrome desarrollada por IvoryLee, y su función principal es "Clean text for purpose (remove newline, or remove '\', '/', ':', '*', '?', '"', '<', '>', '|')".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Text Cleaner (텍스트 정리)

Descarga archivos de extensión Text Cleaner (텍스트 정리) en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        ♡프로젝트 페이지♡
https://bittersweet-match-49f.notion.site/PROJ-Text-Cleaner-6f54dc15f1934b44ae745fd2d5015a53

-----------------[어디에 쓰는 프로그램인가요?]-----------------
용도에 맞게 텍스트를 정리해줍니다. 

0) 복사한 텍스트에서 스타일/서식을 없애줍니다. 
1) 텍스트에서 줄바꿈 문자를 없애줍니다. 
사용 예) pdf 내용을 복사해서, 구글번역기나 다른 곳에 붙여넣을때 편리함. 
2) 파일명을 위한 텍스트: 복사한 텍스트에서 특수문자를 없애줍니다. 
사용 예) 논문 제목을 복사해서, 파일명으로 사용할 때 편리함.

-----------------[사용 방법]-----------------
(방법 1) Extension 실행 시 자동 동작
- 프로그램 실행 시, 클립보드에 있던 텍스트의 줄바꿈 문자를 자동으로 없애줍니다.
- 바로 붙여넣기 하여 사용할 수 있습니다. 

(방법 2) Copy > [Button] > Paste
- 원하는 텍스트를 복사 후, Text Cleaner 버튼을 누릅니다.
- 클립보드 텍스트가 자동 변경되므로, 원하는 곳에 붙여넣기 하여 사용합니다. 


-----------------[History]-----------------
v1.4.1 - 탭 이름 업데이트(How to, Thanks)
v1.4.0 - Text Cleaner로 이름 변경 및 텍스트 옵션 제공
            - 테마 Light로 변경
v1.3.1 modify function
            - 문장이 끝나고 엔터가 있는 경우 (마침표+엔터), 엔터를 보존함. 
            - 기존 문장의 영어단어가 하이픈('-')으로 연결된 경우, 하이픈 삭제
v1.3.0 add: auto-execution feature
v1.2.0 script update (to Typescript)
v1.1.0 UI update (Tabs)
v1.0.1 fix typo
v1.0.0 published
------------------------------------------------                    

Información Básica de la Extensión

Nombre Text Cleaner (텍스트 정리) Text Cleaner (텍스트 정리)
ID nbahcogbeaeegpeifcibkmbhmkohcfjj
URL Oficial https://chromewebstore.google.com/detail/text-cleaner-%ED%85%8D%EC%8A%A4%ED%8A%B8-%EC%A0%95%EB%A6%AC/nbahcogbeaeegpeifcibkmbhmkohcfjj
Descripción Clean text for purpose (remove newline, or remove '\', '/', ':', '*', '?', '"', '<', '>', '|')
Tamaño del Archivo 17.99 KB
Cantidad de Instalaciones 318
Versión Actual 1.4.1
Última Actualización 2023-10-08
Fecha de Publicación 2022-12-15
Calificación 5.00/5 Total de 5 Calificaciones
Desarrollador IvoryLee
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://bittersweet-match-49f.notion.site/PROJ-Text-Cleaner-6f54dc15f1934b44ae745fd2d5015a53
Idiomas Soportados ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Text Cleaner (\ud14d\uc2a4\ud2b8 \uc815\ub9ac)",
    "version": "1.4.1",
    "action": {
        "default_popup": "mainview.html",
        "default_icon": {
            "16": "images\/icon-16.png",
            "32": "images\/icon-32.png",
            "48": "images\/icon-48.png",
            "128": "images\/icon-128.png"
        }
    },
    "description": "Clean text for purpose (remove newline, or remove '\\', '\/', ':', '*', '?', '\"', '<', '>', '|')",
    "permissions": [
        "clipboardRead",
        "clipboardWrite",
        "storage"
    ]
}