Copy as Plain Text - Format Cleaner

Clear HTML formattings such as bold, italic, foreground, and background colors, then copy as plain text or replace the node

Copy as Plain Text - Format Cleaner란 무엇입니까?

Copy as Plain Text - Format Cleaner은(는) joue.quroi에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Clear HTML formattings such as bold, italic, foreground, and background colors, then copy as plain text or replace the node"입니다.

확장 프로그램 스크린샷

screenshot

Copy as Plain Text - Format Cleaner 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        This extension introduces two convenient context menu items when you right-click over selected text:

1. HTML Formatting Removal: Use it to remove HTML formatting from the selected text. This action is like Gmail's "Remove formatting" button, ensuring the same convenience is available across various WYSIWYG HTML Editors and word processors.

2. Copy as Plain Text: Copy the selected text as a plain text version directly to your clipboard. This feature is useful when you want to paste non-formatted textual data into a WYSIWYG HTML Editor.


Change Log:
Version 0.2.2
1. Enhanced Formatting Cleanup: In this latest update, the extension extends its formatting cleaning capabilities to include boldface, bullets, and several more HTML formats. This comprehensive approach ensures that you can achieve even cleaner and more precise text without unnecessary formatting.

2. Preserving Line Breaks: Additionally, the extension now preserves line breaks, maintaining the structure and readability of your text. This enhancement ensures that your document's formatting remains intact while eliminating unwanted HTML styling.                    

확장 프로그램 기본 정보

이름 Copy as Plain Text - Format Cleaner Copy as Plain Text - Format Cleaner
ID eepndigbgjjgaikknekkghiinanoiaai
공식 URL https://chromewebstore.google.com/detail/copy-as-plain-text-format/eepndigbgjjgaikknekkghiinanoiaai
설명 Clear HTML formattings such as bold, italic, foreground, and background colors, then copy as plain text or replace the node
파일 크기 59.93 KB
설치 횟수 1,414
현재 버전 0.2.3
최근 업데이트 2023-09-17
출시 날짜 2017-12-20
평점 4.00/5 총 5 개의 평점
개발자 joue.quroi
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://webextension.org/listing/html-format-cleaner.html
도움말 페이지 URL https://webextension.org/listing/html-format-cleaner.html
지원되는 언어 de,en,es,it,pt-BR,ru,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "0.2.3",
    "name": "Copy as Plain Text - Format Cleaner",
    "description": "__MSG_description__",
    "default_locale": "en",
    "icons": {
        "16": "\/data\/icons\/16.png",
        "32": "\/data\/icons\/32.png",
        "48": "\/data\/icons\/48.png",
        "64": "\/data\/icons\/64.png",
        "128": "\/data\/icons\/128.png",
        "256": "\/data\/icons\/256.png",
        "512": "\/data\/icons\/512.png"
    },
    "permissions": [
        "contextMenus",
        "storage",
        "scripting",
        "activeTab"
    ],
    "homepage_url": "https:\/\/webextension.org\/listing\/html-format-cleaner.html",
    "background": {
        "service_worker": "worker.js"
    }
}