Whitespace Remover

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

Wat is Whitespace Remover?

Whitespace Remover is een Chrome-extensie ontwikkeld door pnwcoder, en de belangrijkste functie is "Utilize this tool to remove whitespaces and new lines to allow you to enter more text into your ChatGPT prompts.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Whitespace Remover

Download Whitespace Remover-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Whitespace Remover Whitespace Remover
ID olfkbekaejmpdecdidepmhgjgcgnimad
Officiële URL https://chromewebstore.google.com/detail/whitespace-remover/olfkbekaejmpdecdidepmhgjgcgnimad
Beschrijving Utilize this tool to remove whitespaces and new lines to allow you to enter more text into your ChatGPT prompts.
Bestandsgrootte 5.99 KB
Aantal Installaties 36
Huidige Versie 1.0
Laatst Bijgewerkt 2023-06-11
Publicatiedatum 2023-06-11
Ontwikkelaar pnwcoder
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}