Whitespace Remover

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

¿Qué es Whitespace Remover?

Whitespace Remover es una extensión de Chrome desarrollada por pnwcoder, y su función principal es "Utilize this tool to remove whitespaces and new lines to allow you to enter more text into your ChatGPT prompts.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Whitespace Remover

Descarga archivos de extensión Whitespace Remover en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

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

Información Básica de la Extensión

Nombre Whitespace Remover Whitespace Remover
ID olfkbekaejmpdecdidepmhgjgcgnimad
URL Oficial https://chromewebstore.google.com/detail/whitespace-remover/olfkbekaejmpdecdidepmhgjgcgnimad
Descripción Utilize this tool to remove whitespaces and new lines to allow you to enter more text into your ChatGPT prompts.
Tamaño del Archivo 5.99 KB
Cantidad de Instalaciones 36
Versión Actual 1.0
Última Actualización 2023-06-11
Fecha de Publicación 2023-06-11
Desarrollador pnwcoder
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
    ]
}