Formatting Remover

Removes formatting from copied text.

Wat is Formatting Remover?

Formatting Remover is een Chrome-extensie ontwikkeld door Diana Antoniuk, en de belangrijkste functie is "Removes formatting from copied text.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Formatting Remover

Download Formatting Remover-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam Formatting Remover Formatting Remover
ID falldinmacoaghkecpdnmcabpegajlge
Officiële URL https://chromewebstore.google.com/detail/formatting-remover/falldinmacoaghkecpdnmcabpegajlge
Beschrijving Removes formatting from copied text.
Bestandsgrootte 14.21 KB
Aantal Installaties 138
Huidige Versie 1.0
Laatst Bijgewerkt 2021-10-02
Publicatiedatum 2021-10-02
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Diana Antoniuk
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}