Formatting Remover

Removes formatting from copied text.

Was ist Formatting Remover?

Formatting Remover ist eine Chrome-Erweiterung, die von Diana Antoniuk entwickelt wurde, und ihr Hauptmerkmal ist "Removes formatting from copied text.".

Erweiterungsscreenshots

screenshot

Formatting Remover-Erweiterungs-CRX-Datei herunterladen

Laden Sie Formatting Remover-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name Formatting Remover Formatting Remover
ID falldinmacoaghkecpdnmcabpegajlge
Offizielle URL https://chromewebstore.google.com/detail/formatting-remover/falldinmacoaghkecpdnmcabpegajlge
Beschreibung Removes formatting from copied text.
Dateigröße 14.21 KB
Installationsanzahl 138
Aktuelle Version 1.0
Letztes Update 2021-10-02
Veröffentlichungsdatum 2021-10-02
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler Diana Antoniuk
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
            ]
        }
    ]
}