Whitespace Remover

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

Co je Whitespace Remover?

Whitespace Remover je rozšíření Chrome vyvinuté pnwcoder, a jeho hlavní funkcí je „Utilize this tool to remove whitespaces and new lines to allow you to enter more text into your ChatGPT prompts.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Whitespace Remover

Stáhněte si soubory rozšíření Whitespace Remover ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Whitespace Remover Whitespace Remover
ID olfkbekaejmpdecdidepmhgjgcgnimad
Oficiální URL https://chromewebstore.google.com/detail/whitespace-remover/olfkbekaejmpdecdidepmhgjgcgnimad
Popis Utilize this tool to remove whitespaces and new lines to allow you to enter more text into your ChatGPT prompts.
Velikost souboru 5.99 KB
Počet instalací 36
Aktuální Verze 1.0
Poslední Aktualizace 2023-06-11
Datum Vydání 2023-06-11
Vývojář pnwcoder
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    ]
}