Formatting Remover

Removes formatting from copied text.

Co to jest Formatting Remover?

Formatting Remover to rozszerzenie Chrome opracowane przez Diana Antoniuk, a jego główną funkcją jest „Removes formatting from copied text.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Formatting Remover

Pobierz pliki rozszerzeń Formatting Remover w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa Formatting Remover Formatting Remover
ID falldinmacoaghkecpdnmcabpegajlge
Oficjalny URL https://chromewebstore.google.com/detail/formatting-remover/falldinmacoaghkecpdnmcabpegajlge
Opis Removes formatting from copied text.
Rozmiar pliku 14.21 KB
Liczba instalacji 138
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2021-10-02
Data Publikacji 2021-10-02
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper Diana Antoniuk
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
            ]
        }
    ]
}