Formatting Remover

Removes formatting from copied text.

O que é Formatting Remover?

Formatting Remover é uma extensão do Chrome desenvolvida por Diana Antoniuk, e sua principal característica é "Removes formatting from copied text.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Formatting Remover

Baixe arquivos de extensão Formatting Remover no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome Formatting Remover Formatting Remover
ID falldinmacoaghkecpdnmcabpegajlge
URL Oficial https://chromewebstore.google.com/detail/formatting-remover/falldinmacoaghkecpdnmcabpegajlge
Descrição Removes formatting from copied text.
Tamanho do Arquivo 14.21 KB
Contagem de Instalações 138
Versão Atual 1.0
Última Atualização 2021-10-02
Data de Publicação 2021-10-02
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor Diana Antoniuk
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
            ]
        }
    ]
}