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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Clear HTML formattings such as bold, italic, foreground, and background colors, then copy as plain text or replace the node"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Copy as Plain Text - Format Cleaner एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    }
}