Whitespace Remover

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

Qu'est-ce que Whitespace Remover ?

Whitespace Remover est une extension Chrome développée par pnwcoder, et sa fonction principale est "Utilize this tool to remove whitespaces and new lines to allow you to enter more text into your ChatGPT prompts.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Whitespace Remover

Téléchargez les fichiers d'extension Whitespace Remover au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Whitespace Remover Whitespace Remover
ID olfkbekaejmpdecdidepmhgjgcgnimad
URL Officiel https://chromewebstore.google.com/detail/whitespace-remover/olfkbekaejmpdecdidepmhgjgcgnimad
Description Utilize this tool to remove whitespaces and new lines to allow you to enter more text into your ChatGPT prompts.
Taille du Fichier 5.99 KB
Nombre d'Installations 36
Version Actuelle 1.0
Dernière Mise à Jour 2023-06-11
Date de Publication 2023-06-11
Développeur pnwcoder
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    ]
}