Whitespace Remover

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

Vad är Whitespace Remover?

Whitespace Remover är en Chrome-tillägg utvecklad av pnwcoder, och dess huvudfunktion är "Utilize this tool to remove whitespaces and new lines to allow you to enter more text into your ChatGPT prompts.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Whitespace Remover-förlängningens CRX-fil

Ladda ner Whitespace Remover-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Whitespace Remover Whitespace Remover
ID olfkbekaejmpdecdidepmhgjgcgnimad
Officiell webbadress https://chromewebstore.google.com/detail/whitespace-remover/olfkbekaejmpdecdidepmhgjgcgnimad
Beskrivning Utilize this tool to remove whitespaces and new lines to allow you to enter more text into your ChatGPT prompts.
Filstorlek 5.99 KB
Antal Installationer 36
Aktuell Version 1.0
Senast Uppdaterad 2023-06-11
Publiceringsdatum 2023-06-11
Utvecklare pnwcoder
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    ]
}