Whitespace Remover

Utilize this tool to remove whitespaces and new lines to allow you to enter more text into your ChatGPT prompts.

O que é Whitespace Remover?

Whitespace Remover é uma extensão do Chrome desenvolvida por pnwcoder, e sua principal característica é "Utilize this tool to remove whitespaces and new lines to allow you to enter more text into your ChatGPT prompts.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Whitespace Remover

Baixe arquivos de extensão Whitespace 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

                        Utilize this tool to remove whitespaces and new lines to allow you to enter more text into your ChatGPT prompts.                    

Informações Básicas da Extensão

Nome Whitespace Remover Whitespace Remover
ID olfkbekaejmpdecdidepmhgjgcgnimad
URL Oficial https://chromewebstore.google.com/detail/whitespace-remover/olfkbekaejmpdecdidepmhgjgcgnimad
Descrição Utilize this tool to remove whitespaces and new lines to allow you to enter more text into your ChatGPT prompts.
Tamanho do Arquivo 5.99 KB
Contagem de Instalações 36
Versão Atual 1.0
Última Atualização 2023-06-11
Data de Publicação 2023-06-11
Desenvolvedor pnwcoder
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Whitespace Remover",
    "version": "1.0",
    "description": "Utilize this tool to remove whitespaces and new lines to allow you to enter more text into your ChatGPT prompts.",
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icon16.png",
            "48": "icon48.png",
            "128": "icon128.png"
        }
    },
    "permissions": [
        "clipboardWrite"
    ]
}