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

Qu'est-ce que Copy as Plain Text - Format Cleaner ?

Copy as Plain Text - Format Cleaner est une extension Chrome développée par joue.quroi, et sa fonction principale est "Clear HTML formattings such as bold, italic, foreground, and background colors, then copy as plain text or replace the node".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Copy as Plain Text - Format Cleaner

Téléchargez les fichiers d'extension Copy as Plain Text - Format Cleaner au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Copy as Plain Text - Format Cleaner Copy as Plain Text - Format Cleaner
ID eepndigbgjjgaikknekkghiinanoiaai
URL Officiel https://chromewebstore.google.com/detail/copy-as-plain-text-format/eepndigbgjjgaikknekkghiinanoiaai
Description Clear HTML formattings such as bold, italic, foreground, and background colors, then copy as plain text or replace the node
Taille du Fichier 59.93 KB
Nombre d'Installations 1,414
Version Actuelle 0.2.3
Dernière Mise à Jour 2023-09-17
Date de Publication 2017-12-20
Évaluation 4.00/5 Total 5 Évaluations
Développeur joue.quroi
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://webextension.org/listing/html-format-cleaner.html
URL de la Page d'Aide https://webextension.org/listing/html-format-cleaner.html
Langues Prises en Charge 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"
    }
}