Whitespace Remover

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

Τι είναι το Whitespace Remover;

Το Whitespace Remover είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον pnwcoder, και η κύρια λειτουργία του είναι "Utilize this tool to remove whitespaces and new lines to allow you to enter more text into your ChatGPT prompts.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Whitespace Remover

Λήψη αρχείων επέκτασης Whitespace Remover σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

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

Βασικές Πληροφορίες Επέκτασης

Όνομα Whitespace Remover Whitespace Remover
ID olfkbekaejmpdecdidepmhgjgcgnimad
Επίσημο URL https://chromewebstore.google.com/detail/whitespace-remover/olfkbekaejmpdecdidepmhgjgcgnimad
Περιγραφή Utilize this tool to remove whitespaces and new lines to allow you to enter more text into your ChatGPT prompts.
Μέγεθος Αρχείου 5.99 KB
Αριθμός Εγκαταστάσεων 36
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2023-06-11
Ημερομηνία Δημοσίευσης 2023-06-11
Προγραμματιστής pnwcoder
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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"
    ]
}