Whitespace Remover

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

Hvad er Whitespace Remover?

Whitespace Remover er en Chrome-udvidelse udviklet af pnwcoder, og dens hovedfunktion er "Utilize this tool to remove whitespaces and new lines to allow you to enter more text into your ChatGPT prompts.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Whitespace Remover-udvidelses-CRX-fil

Download Whitespace Remover-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Whitespace Remover Whitespace Remover
ID olfkbekaejmpdecdidepmhgjgcgnimad
Officiel URL https://chromewebstore.google.com/detail/whitespace-remover/olfkbekaejmpdecdidepmhgjgcgnimad
Beskrivelse Utilize this tool to remove whitespaces and new lines to allow you to enter more text into your ChatGPT prompts.
Filstørrelse 5.99 KB
Antal Installationer 36
Nuværende Version 1.0
Senest Opdateret 2023-06-11
Udgivelsesdato 2023-06-11
Udvikler pnwcoder
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
    ]
}