Whitespace Remover

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

Was ist Whitespace Remover?

Whitespace Remover ist eine Chrome-Erweiterung, die von pnwcoder entwickelt wurde, und ihr Hauptmerkmal ist "Utilize this tool to remove whitespaces and new lines to allow you to enter more text into your ChatGPT prompts.".

Erweiterungsscreenshots

screenshot
screenshot

Whitespace Remover-Erweiterungs-CRX-Datei herunterladen

Laden Sie Whitespace Remover-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Whitespace Remover Whitespace Remover
ID olfkbekaejmpdecdidepmhgjgcgnimad
Offizielle URL https://chromewebstore.google.com/detail/whitespace-remover/olfkbekaejmpdecdidepmhgjgcgnimad
Beschreibung Utilize this tool to remove whitespaces and new lines to allow you to enter more text into your ChatGPT prompts.
Dateigröße 5.99 KB
Installationsanzahl 36
Aktuelle Version 1.0
Letztes Update 2023-06-11
Veröffentlichungsdatum 2023-06-11
Entwickler pnwcoder
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}