Formatting Remover

Removes formatting from copied text.

Co je Formatting Remover?

Formatting Remover je rozšíření Chrome vyvinuté Diana Antoniuk, a jeho hlavní funkcí je „Removes formatting from copied text.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Formatting Remover

Stáhněte si soubory rozšíření Formatting Remover ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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!                    

Základní Informace o Rozšíření

Název Formatting Remover Formatting Remover
ID falldinmacoaghkecpdnmcabpegajlge
Oficiální URL https://chromewebstore.google.com/detail/formatting-remover/falldinmacoaghkecpdnmcabpegajlge
Popis Removes formatting from copied text.
Velikost souboru 14.21 KB
Počet instalací 138
Aktuální Verze 1.0
Poslední Aktualizace 2021-10-02
Datum Vydání 2021-10-02
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář Diana Antoniuk
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
            ]
        }
    ]
}