Formatting Remover

Removes formatting from copied text.

Hvad er Formatting Remover?

Formatting Remover er en Chrome-udvidelse udviklet af Diana Antoniuk, og dens hovedfunktion er "Removes formatting from copied text.".

Udvidelsesskærmbilleder

screenshot

Download Formatting Remover-udvidelses-CRX-fil

Download Formatting Remover-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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!                    

Grundlæggende oplysninger om udvidelsen

Navn Formatting Remover Formatting Remover
ID falldinmacoaghkecpdnmcabpegajlge
Officiel URL https://chromewebstore.google.com/detail/formatting-remover/falldinmacoaghkecpdnmcabpegajlge
Beskrivelse Removes formatting from copied text.
Filstørrelse 14.21 KB
Antal Installationer 138
Nuværende Version 1.0
Senest Opdateret 2021-10-02
Udgivelsesdato 2021-10-02
Bedømmelse 5.00/5 Samlet 2 Bedømmelser
Udvikler Diana Antoniuk
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
            ]
        }
    ]
}