Formatting Remover

Removes formatting from copied text.

Cos'è Formatting Remover?

Formatting Remover è un'estensione di Chrome sviluppata da Diana Antoniuk, e la sua funzione principale è "Removes formatting from copied text.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Formatting Remover

Scarica i file di estensione Formatting Remover in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        You probably copy and paste text many times a day but one of its annoyances is that pasting usually brings along a special text formatting style. Try to copy some text from the web and you'll usually find that it keeps original website's style when pasted in your document.

Formatting Remover extension cleans some style and formatting from copied text for you!                    

Informazioni di Base sull'Estensione

Nome Formatting Remover Formatting Remover
ID falldinmacoaghkecpdnmcabpegajlge
URL Ufficiale https://chromewebstore.google.com/detail/formatting-remover/falldinmacoaghkecpdnmcabpegajlge
Descrizione Removes formatting from copied text.
Dimensione del File 14.21 KB
Conteggio Installazioni 138
Versione Corrente 1.0
Ultimo Aggiornamento 2021-10-02
Data di Pubblicazione 2021-10-02
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore Diana Antoniuk
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Formatting Remover",
    "description": "Removes formatting from copied text.",
    "version": "1.0",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "formatting-remover-logo.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "background.js"
            ]
        }
    ]
}